Loading Tool

Explorer IconExplorer

Memory Pool

74,611 transactions
28.70 vMB
0.08232461 BTC
Random Selection Loading Transactions
Max Size: 170.06/200 MB

Candidate Block

Mining Attempt de0485276a8418cfa236290d6ef610068ff38841bde2539f66aa432665a974ad
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root e58910634f3b4f6691119cc4917b63dde9259c85d31fd6722d5eb763056d41c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,054
Size: 1.00 vMB
Total Fees: 0.02432789 BTC
Feerates: 150.93 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (287,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,894 627,894 0000000000000000000eb6e8c80186f89b1625d89ee8ad37400afbd0d712b39f 2,921 1.00/1.00 vMB 19
627,893 627,893 00000000000000000006224996e620a3b6a184d712f6a8d15a7822322d7572ac 1,903 1.00/1.00 vMB 23
627,892 627,892 0000000000000000000e0aff9e7e7d2507def7cc6fd44d5a60ffd232c836141c 2,678 1.00/1.00 vMB 33
627,891 627,891 0000000000000000000d7ea9e34af7cfefc7b00947a68bdae2052899b50e2920 2,831 1.00/1.00 vMB 26
627,890 627,890 000000000000000000054ec41e3c106eda02de070b5e5410b4fd2c768d220c3f 2,569 1.00/1.00 vMB 24
627,889 627,889 0000000000000000000ca7943bc355ceeaf1b35dc0efa3aae21ac8e63357e26f 2,916 1.00/1.00 vMB 27
627,888 627,888 0000000000000000000bd3050a3ff338c6881b62d35b29fdbcdda94d78e010aa 2,949 1.00/1.00 vMB 34
627,887 627,887 0000000000000000000d432cf3cacc60927e16ebfa4937d7b110581b53d9909a 2,571 1.00/1.00 vMB 31
627,886 627,886 0000000000000000000e18cf4ec879c9ff2c1b6f54b3aae3e1cca4351e050572 3,344 1.00/1.00 vMB 44
627,885 627,885 0000000000000000000e911049bb5201cd3583f9362cb7f8040598cae4da913c 2,372 1.00/1.00 vMB 26
627,884 627,884 0000000000000000000e61a2a8a2c7c3708439590dd39c5448ae130cb8bb4de8 2,696 1.00/1.00 vMB 36
627,883 627,883 00000000000000000006522c51cb1d436576412463962e287ac37a726b9f894b 2,423 1.00/1.00 vMB 21
627,882 627,882 000000000000000000116cc6e6e86212d1c1342ea9b31d0902d08e6bd1cecba7 2,997 1.00/1.00 vMB 34
627,881 627,881 000000000000000000031254b42fab849dcd31e255d90ade10c5870a18e8333b 2,646 1.00/1.00 vMB 28
627,880 627,880 00000000000000000003bb03ba6f34b3c4b194ab6e207615edc2f3bfa4411fcb 2,621 1.00/1.00 vMB 29
627,879 627,879 0000000000000000000daca91b26012e76b510603bb7ff4e8d7b589cc1b4571b 1,888 1.00/1.00 vMB 19
627,878 627,878 000000000000000000011ee7a0a4aede6905a7255b4b25f09708056c984a99ae 2,536 1.00/1.00 vMB 20
627,877 627,877 00000000000000000010134fdb0812c194e21e3574b9bba622a1f7d56f83ff91 2,885 1.00/1.00 vMB 28
627,876 627,876 0000000000000000000fb730f0f2da6b870423a9ca251fa88debc040f184c23c 2,760 1.00/1.00 vMB 29
627,875 627,875 00000000000000000000d8216afd482b93cec3a983679f87b4527d2393b1ee61 2,667 1.00/1.00 vMB 31
627,874 627,874 000000000000000000009131686cc41af0234229ffaa19bc8e5a93fc04e4d8ba 2,457 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.