Loading Tool

Explorer IconExplorer

Memory Pool

46,205 transactions
28.65 vMB
0.06934062 BTC
Random Selection Loading Transactions
Max Size: 152.68/200 MB

Candidate Block

Mining Attempt b6deeae88a50b3c2d4ff442ee2d8af94aacfb50d9aec8d307426903b6e2a5693
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root f4698694f3e43a513968129ad068a66b5a50e2f917b41ed57e289d2137519220
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,474
Size: 1.00 vMB
Total Fees: 0.01498383 BTC
Feerates: 73.20 > 1.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (413,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,908 500,908 0000000000000000006a93ff46c80117f11be1ef22a2015ed145c3a51c67ad2a 1,123 1.00/1.00 vMB 313
500,907 500,907 0000000000000000001f3b1747789770e1bd90f2dba1f45e3cfffbb94f6e0b42 1,487 0.99/1.00 vMB 354
500,906 500,906 0000000000000000003db8ffcd13b249b64ee0c3489f676b081a377948bbf6d3 1,139 1.00/1.00 vMB 282
500,905 500,905 0000000000000000004efbfacd7842345b6f7c7a45825aa52c5ed98b53d161a6 1,179 1.00/1.00 vMB 342
500,904 500,904 00000000000000000037b3f59ba20bf110d77ac3689b5838c7a41258d5846c0d 2,356 1.00/1.00 vMB 748
500,903 500,903 0000000000000000008ea2bece7ca13df6342d7c20db05b19ecae07f7301cd60 2,049 1.00/1.00 vMB 654
500,902 500,902 0000000000000000006aa29a72a9267b6a32f3312e03513433a56f008e4ef3c5 967 1.00/1.00 vMB 298
500,901 500,901 000000000000000000310f047db6731d73916ca28daea2348a2ba74cea114d53 1,392 1.00/1.00 vMB 458
500,900 500,900 00000000000000000036d8a2b6c8e19e0838fedc79ed34b2ff02d4d5e2edf9e3 1,473 1.00/1.00 vMB 321
500,899 500,899 0000000000000000007854ed5c4bc4d8d22c1bc41be8713aba98f3e2285294a7 2,159 1.00/1.00 vMB 789
500,898 500,898 0000000000000000002230aabf160e62744ce260e07b1962857c680d3e88fecb 1,798 1.00/1.00 vMB 394
500,897 500,897 0000000000000000008492da93fdeb04b3d33da4d610faca3c5955fc5cd9251f 2,164 1.00/1.00 vMB 724
500,896 500,896 0000000000000000006fb6f54425dca3e68305d5b9dacd0d6cf82094819d264a 2,255 1.00/1.00 vMB 889
500,895 500,895 0000000000000000000eecac96050e422f48814249c40b8eb9d6d6763d16775b 1,339 1.00/1.00 vMB 403
500,894 500,894 000000000000000000541d52d54f29d4d0763f80d9bfc916a1255f863b731828 2,114 1.00/1.00 vMB 668
500,893 500,893 0000000000000000009431cae12198aca00c70679a6ebac08b7897ad131209eb 1,609 1.00/1.00 vMB 320
500,892 500,892 00000000000000000081ea6b565032c9bfbe101d55ba44c2151136befe459bbf 1,576 1.00/1.00 vMB 292
500,891 500,891 00000000000000000062b92a77b4ebc36689338072ce39f1d8e7bf84860b9646 2,364 1.00/1.00 vMB 293
500,890 500,890 0000000000000000003786735c1810f9924e042246da7c58b544fe7b473fb36a 2,322 1.00/1.00 vMB 566
500,889 500,889 00000000000000000013d234765753aaedd5beaf557229b4d93a677b450f4f51 1,932 1.00/1.00 vMB 1,036
500,888 500,888 0000000000000000002ab4c058619a9e04cd2c52c634ac892f914364ecd6a02f 1,535 1.00/1.00 vMB 303
Previous 10 blocks ↓
Total Size: 782.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 652.01 GB
    • Received: 13.68 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.