Loading Tool

Explorer IconExplorer

Memory Pool

78,226 transactions
29.03 vMB
0.11365069 BTC
Random Selection Loading Transactions
Max Size: 175.16/200 MB

Candidate Block

Mining Attempt 5e7e117b61c4d5ca4629e1c9b03fc1579d2fd2fb0693ff9452508703f4af7d74
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 3ec8a1475fce11383eb983828db66eeb85ac5a453ab01413c62e416a9e1091a4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,132
Size: 1.00 vMB
Total Fees: 0.04018009 BTC
Feerates: 150.80 > 4.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (803,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,109 112,109 000000000000a3281afedeba7b1af6d712dbb80f058d7bba2fb800373b2be53b 6 0.00/1.00 vMB 334
112,108 112,108 0000000000008d853fc09f25c856fe8d3610496f8749aed0530c963795867be0 24 0.01/1.00 vMB 295
112,107 112,107 000000000000cc406ee6c0c985fac5aa718a39b0640de2c777c5334898d9b29d 16 0.00/1.00 vMB 1,402
112,106 112,106 000000000000afd057e1200e7a8aca85a58a8577f40f3aef5c6265a7f6866660 1 0.00/1.00 vMB 0
112,105 112,105 000000000000f576d4c3474147e0ee5b358ed050a0344b668ab2f438b6577e69 16 0.00/1.00 vMB 2,025
112,104 112,104 000000000000daf36ca57c02a026edd32114e5eaa260d969f953ff977618bb0a 3 0.00/1.00 vMB 2,403
112,103 112,103 000000000000dceb2ee933471069d9197be9b8b2fcf8a7be221e305d145f2f77 10 0.00/1.00 vMB 0
112,102 112,102 0000000000003e23d43e915bfb640738479e90a52ceeeeab1fd8cbc937bf8a54 29 0.02/1.00 vMB 242
112,101 112,101 00000000000051cb98cefa08793c82793250912ea8e584a135b6843513af9605 8 0.02/1.00 vMB 1,000
112,100 112,100 00000000000085b2a8a700a118628a907e81c2fd8886ae9176fcf605d8149560 7 0.00/1.00 vMB 2,706
112,099 112,099 00000000000065b550392395fe2f9c47f687a5ad11f6f7750202e68199b0f949 2 0.00/1.00 vMB 4,464
112,098 112,098 000000000000279663769c3ef2b1f2c36437cdd1b4d6ce330c7e39041a99a3c4 3 0.00/1.00 vMB 2,070
112,097 112,097 00000000000092db7a416b1c2dda0368ace7a380a5a5ad1b4e8a6a5a86242a22 9 0.00/1.00 vMB 1,359
112,096 112,096 0000000000003ae28410d6e235c69d203c9e8177eb5932bc0e8903fe49b0bfa9 2 0.00/1.00 vMB 0
112,095 112,095 0000000000006fd2674a39fe3035b8cf93d26eab58455d60bdf79171a2f9462e 1 0.00/1.00 vMB 0
112,094 112,094 00000000000000b901e3670c81e524a262fd061dc2bb6536998eb0d3f482e363 3 0.00/1.00 vMB 1,937
112,093 112,093 0000000000002d35adca518ab60b9ebb503e45d3d6ca39ed2cb6bccd930955af 2 0.00/1.00 vMB 0
112,092 112,092 000000000000f443800aab025755c397eabf8b78dc8f9c7fa29b24de2135ee73 5 0.00/1.00 vMB 0
112,091 112,091 000000000000ddffe5170a710d85aeb91f42a70a6f86f3b1e7305f2c44d79963 10 0.01/1.00 vMB 381
112,090 112,090 0000000000011fe3a869063ceb6747c704a3305414bbcc36938273005c065996 7 0.00/1.00 vMB 660
112,089 112,089 000000000000ee8001a9963254426b5c816e0f012f637a79487ff512040f1348 12 0.00/1.00 vMB 677
Previous 10 blocks ↓
Total Size: 782.85 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: 712.75 GB
    • Received: 17.21 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.