Loading Tool

Explorer IconExplorer

Memory Pool

36,200 transactions
18.82 vMB
0.06898927 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 103.57/200 MB

Candidate Block

Mining Attempt f562841560f654df371c896add283703473ca207ab286325961f5d871561136d
Version 20000000
Previous Block 00000000000000000000e97ae3be03bc28fddeccd3a9fdcb7b1214b0e0bc3607
Merkle Root 1b1ecee73692ae5bd85c92606ec636f5908ad89f494b2dc2106e18beb2475956
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,881
Size: 0.9979415 1.00 vMB
Total Fees: 0.03351910 BTC
Feerates: 101.64 > 3.36 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,882 (790,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,136 123,136 00000000000069c9a2a65c1492497038a66cc4fb22c3752f3ff7102e477e6782 10 0.01/1.00 vMB 213
123,135 123,135 0000000000003071d0b31b648f79869731b47094eac30aa7a704e7893b835327 2 0.00/1.00 vMB 1,610
123,134 123,134 000000000000070f3513d8137f7410bba20259c9e4d42f0ac61668ed7d74b299 5 0.01/1.00 vMB 176
123,133 123,133 00000000000065e306e97ff485d0270b3f0dbc383887455a330f3c133bcba6dd 1 0.00/1.00 vMB 0
123,132 123,132 0000000000000c350eac3f2434ab7c6a572b1661ce30b7e86bcf54ccb0c46f87 17 0.01/1.00 vMB 85
123,131 123,131 000000000000386d958358e8764cef7c180674f7d1ad41f5b6570357aa359e13 12 0.00/1.00 vMB 0
123,130 123,130 0000000000004e67977cc98be56258d01e73c168ec98352d04437ac4675f5e33 4 0.00/1.00 vMB 3,303
123,129 123,129 000000000000457afd7a579288671e15cc12f1669300e5560ea3a649b0b1189b 12 0.00/1.00 vMB 0
123,128 123,128 00000000000034d5879de6e12124bc2f77cab04ea8814a89da577fd1d6b84ac4 19 0.01/1.00 vMB 829
123,127 123,127 0000000000003539e5ebcb2a034a72fba27c0c22c771ab85734a0dc9e2ca9778 45 0.02/1.00 vMB 315
123,126 123,126 00000000000038da7a09d2144ef0b33f17b7c8a7150635155d063654938955ec 17 0.01/1.00 vMB 193
123,125 123,125 00000000000030b406d5ca787cd45eee9876d36963a339bb2513fffb7238e297 8 0.01/1.00 vMB 0
123,124 123,124 0000000000004b7931929fed8c69ad8e9afa5bf992caea436fad233477eeb819 5 0.00/1.00 vMB 587
123,123 123,123 00000000000023b05c9ae15577257daf17029604eba0a58824e93306e44d0c62 21 0.01/1.00 vMB 464
123,122 123,122 000000000000668a34cfab030cf33b865cf3f5eaac46c70f665b70524528f078 55 0.02/1.00 vMB 231
123,121 123,121 00000000000018d52eccdf4c1d08582ded5cd96125a9ab03a0f5050381250e51 13 0.00/1.00 vMB 0
123,120 123,120 0000000000002dca5a7106344f04e1eb2c9f75730017228b3ef683e4b1ef9df2 2 0.00/1.00 vMB 4,464
123,119 123,119 0000000000000529c298bfe27be84aec030e1eb9b7691cc4ab3edd7ee5c98826 7 0.00/1.00 vMB 298
123,118 123,118 000000000000602482a1812bb4150fcd7d5afa3734e0f4421d65ddff240a26b6 54 0.02/1.00 vMB 1,394
123,117 123,117 0000000000003ab66618a87d0d88b999356b8e145ea1c62d619121e914fe7c4a 32 0.01/1.00 vMB 300
123,116 123,116 0000000000004dea3812f60082053cfad53af1cb7e7c18dd8bee8a9c2f2292e3 15 0.01/1.00 vMB 705
Previous 10 blocks ↓
Total Size: 780.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 525.14 GB
    • Received: 5.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.