Loading Tool

Explorer IconExplorer

Memory Pool

78,017 transactions
29.30 vMB
0.06373252 BTC
Random Selection Loading Transactions
Max Size: 176.02/200 MB

Candidate Block

Mining Attempt e41b773686e578e5e9eebd1eaffc20dc51390ee2147b6d4c888e416086988b3c
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root b7d903fc6b347d7286d04625ac736f5e92da7f6dc99cbcf9e95169ad17d6851b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,795
Size: 1.00 vMB
Total Fees: 0.00431076 BTC
Feerates: 12.16 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (322,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,094 592,094 0000000000000000000edb6d05d3957fdbb42ba5066097d0cc6c03f242b4c7da 2,035 0.71/1.00 vMB 16
592,093 592,093 0000000000000000000da895d3e6110c3b9db59728e4c1a2c19cb3ca2940b4b6 2,768 1.00/1.00 vMB 31
592,092 592,092 0000000000000000001326944575fc4d571b21e44868e37e9f2d68404bc0eb19 2,662 1.00/1.00 vMB 7
592,091 592,091 00000000000000000000ae03c6158d331d58c58c03c8e02f87cbb1bd28490788 2,972 1.00/1.00 vMB 43
592,090 592,090 0000000000000000000038ae3fa603ae533a42b2236ce54a17ebc224a8f2d07d 2,749 1.00/1.00 vMB 26
592,089 592,089 00000000000000000007d9e54817bbfa15d21919ee9a3e238b5d647aac107f33 1,765 0.55/1.00 vMB 17
592,088 592,088 000000000000000000105a4a20563708233972eefdc479a38e5a243e06ba68bd 2,901 1.00/1.00 vMB 23
592,087 592,087 000000000000000000180a54bcb5cd87b8bb9ba133fd0021d682d2c8b9664858 1,504 0.52/1.00 vMB 26
592,086 592,086 0000000000000000000a8909396df9943b1970625db413be37516e7eb23d2b37 1,572 0.59/1.00 vMB 10
592,085 592,085 000000000000000000102ba1945a274d87981aacc09d0b07ed1faf6634dca8df 2,876 1.00/1.00 vMB 27
592,084 592,084 00000000000000000017c1f7a443224dd524c993109cde301212193519bd27ec 2,894 1.00/1.00 vMB 17
592,083 592,083 00000000000000000019e8c2345a09974475d5819fb6a69b2212697f6c5b942e 1,482 0.47/1.00 vMB 25
592,082 592,082 0000000000000000000fa33dd0e0512b8fc49aed3e5954a80fae1ac2e9bad1f2 2,108 0.72/1.00 vMB 19
592,081 592,081 00000000000000000019a7c7feea52b2de43476c0eb5d986f0a202fcdfa00b5e 888 0.31/1.00 vMB 21
592,080 592,080 00000000000000000002680b29c87f5aa7d8d826e8f16e7a152f98f3ffa0db27 1,326 0.42/1.00 vMB 20
592,079 592,079 00000000000000000014c8745338670c75e0d995ddd88ed36183e52646cb5345 2,067 0.64/1.00 vMB 18
592,078 592,078 0000000000000000000164ce8cb806c8ab114c58374c33bcb8020675a2e9adad 164 0.06/1.00 vMB 20
592,077 592,077 00000000000000000012169abcfabebe089ca9d59b95c57fd0083b8a4b0cc921 1,154 0.38/1.00 vMB 18
592,076 592,076 000000000000000000051029de6cae125ac94075e1cc7f0afa7464f5606d6208 3,188 1.00/1.00 vMB 21
592,075 592,075 0000000000000000000e6a97083e05fae7e9a5ca980c1adc33e126e8a00ed595 846 0.30/1.00 vMB 13
592,074 592,074 000000000000000000030cf0c16c622df1c496051f46a24b77c74c51bbd57ee5 3,134 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.