Loading Tool

Explorer IconExplorer

Memory Pool

32,649 transactions
27.84 vMB
0.06152086 BTC
Random Selection Loading Transactions
Max Size: 137.50/200 MB

Candidate Block

Mining Attempt 27c2e4c7cd05653a841544afa9fed99e5b6645da58bdbbaba5a17ef713a2b0a4
Version 20000000
Previous Block 00000000000000000001216f724118bd0b2a55bfa878bcb0c0d7e4a602634f4a
Merkle Root bbe2e29256a18f6b9ab5f91da54c27bfbcf6d82518020d2d36cec52082b37d17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,803
Size: 1.00 vMB
Total Fees: 0.00832798 BTC
Feerates: 60.22 > 0.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,520 (680,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,895 233,895 00000000000000221eafd07089e1b8e9b40820005bccb46444fbc1895be3ee17 266 0.10/1.00 vMB 118
233,894 233,894 000000000000017a3d4a69e6b70e4ce1527c86139a5622ac1c5a4b789c8bfa3f 325 0.21/1.00 vMB 115
233,893 233,893 00000000000000aa7236236664674723e4ac7fe7b8d195411d8d68a99890e722 626 0.25/1.00 vMB 232
233,892 233,892 0000000000000084da31e3279f762df57492f8ef1c79b6555dd42dc5788e9368 96 0.15/1.00 vMB 50
233,891 233,891 00000000000000bccd19300d171676a3af90132455e8446532525e165413d0b7 128 0.15/1.00 vMB 72
233,890 233,890 00000000000001120e8ed05c5d1d24b06da382fbeac11365fbef3365fa456472 252 0.25/1.00 vMB 70
233,889 233,889 000000000000017f399bfc54d2c561f1bf6d462e3d6a3551e8aabc6e5a5f16d8 232 0.15/1.00 vMB 112
233,888 233,888 00000000000001a4023e02c2218321e02154ddd15efdfa5ea94695a967548dd2 209 0.11/1.00 vMB 125
233,887 233,887 00000000000000b0b8b993e3ed0f56c3cc2df779f3c21b8c0f7eb05e4181f615 73 0.03/1.00 vMB 150
233,886 233,886 000000000000002a818ae88f5202b26a63ee558c345e663b29c9d9c5ca018afa 76 0.03/1.00 vMB 204
233,885 233,885 00000000000000f69f8f6355b5c6b93a4b1e02b23cc563687b8c4dd5a915b6ca 314 0.16/1.00 vMB 130
233,884 233,884 000000000000007ec45dca0ded2fd35697bc85b41e7643fd54a4a42c6dc1a629 942 0.25/1.00 vMB 58
233,883 233,883 000000000000009c220a0effe1ec018af4e0b179d4bed53b6f8084a94ccf6957 428 0.25/1.00 vMB 123
233,882 233,882 000000000000006d888c406e806af39be6fe862752d703acc5d99b86ec40e6db 320 0.14/1.00 vMB 165
233,881 233,881 00000000000001209dff59e6dd4cd811646c75d9f8df8a8305f0ecb57a475ad0 34 0.01/1.00 vMB 147
233,880 233,880 000000000000002110375867790df2770b13eb472f5e8b370000bd7e36fe7fb8 20 0.01/1.00 vMB 139
233,879 233,879 000000000000015ac07441171a14074644ce37f79bad2f408167d76b82b47e01 145 0.06/1.00 vMB 214
233,878 233,878 0000000000000105bd0c54b06ec65d063db58bdb575e2be258834c3a81f0c098 66 0.04/1.00 vMB 154
233,877 233,877 0000000000000188be0114ec1cd100f5a1a395f04122882d3b7e7c43f253c780 660 0.29/1.00 vMB 173
233,876 233,876 0000000000000181d9f8b2bf24de8076301d0b43b17404832219b734a4329a46 6 0.00/1.00 vMB 0
233,875 233,875 00000000000000e5749d25e600ce511171c7a03e01bfe551448eca9c0681bc67 48 0.02/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 781.54 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: 614.04 GB
    • Received: 11.15 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.