Loading Tool

Explorer IconExplorer

Memory Pool

81,249 transactions
31.36 vMB
0.09758705 BTC
Random Selection Loading Transactions
Max Size: 189.50/200 MB

Candidate Block

Mining Attempt a7c1f4e4ee17ed1dedaaef3c52227f0ba783a6a5268170ce3466de0ac418906c
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root 32e523d3f1a99e07fa8fe615f809f22af5b07c8f87179d244ad53684e4da84a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,945
Size: 1.00 vMB
Total Fees: 0.02850300 BTC
Feerates: 265.25 > 2.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (112,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,966 802,966 000000000000000000041ecdab39f810eac4834a67f35cac47527f6b5d2980d4 3,119 1.00/1.00 vMB 14
802,965 802,965 00000000000000000004067a330866e3407557124b985c8074acf8b89a3ca9d0 4,458 1.00/1.00 vMB 9
802,964 802,964 0000000000000000000267b6673c62b4494e11f2d955ddd69811c06fa3d9d76c 2,931 1.00/1.00 vMB 6
802,963 802,963 00000000000000000002b83142881419b175a3c40f9255b0fd4e507040df99e8 5,550 1.00/1.00 vMB 7
802,962 802,962 000000000000000000033be23f18a550f383e380ec55e48697833ff106e40c90 4,983 1.00/1.00 vMB 11
802,961 802,961 0000000000000000000025177b268e492b3cab1d6e84635174d6bf41c5137258 4,669 1.00/1.00 vMB 8
802,960 802,960 00000000000000000004f1fe47d94a9e2429da474a507a4dff424d1922f9f79f 4,571 1.00/1.00 vMB 7
802,959 802,959 000000000000000000028edc5710f46ed57528c7209ac890fa37b60632db3f1b 3,892 1.00/1.00 vMB 7
802,958 802,958 000000000000000000017d6ee1b569f92c0e3a5999fbd1b9c86eeaf53a2c2aee 4,237 1.00/1.00 vMB 8
802,957 802,957 0000000000000000000079ade70ac35f37370912e257f9eb04aefa37c10d12c0 3,911 1.00/1.00 vMB 7
802,956 802,956 000000000000000000014decfb6385b47fb60448e8b27c8dc7374c4cc93bdf69 2,455 1.00/1.00 vMB 8
802,955 802,955 00000000000000000002ffe03ea258fa8196ca79cf2b0cd7ec79ee1f48016bed 2,791 1.00/1.00 vMB 13
802,954 802,954 00000000000000000002298914bd8bf766bbf41dae13a06a5fa708b51cbab0bb 6,882 1.00/1.00 vMB 6
802,953 802,953 00000000000000000003e18c520b1ccf864dd656156b803859e115d63290f5cb 3,471 1.00/1.00 vMB 6
802,952 802,952 0000000000000000000336fb77649c84a33c44b5627041afce36669591ce4bcf 1,849 1.00/1.00 vMB 10
802,951 802,951 00000000000000000004ded6687e36e1d39122a03b85104c9d68af7d5e3eccf4 2,884 1.00/1.00 vMB 9
802,950 802,950 000000000000000000035a8b2cbaa4dbebb3b21f12e4842c0523b1a5ccbb4de2 3,101 1.00/1.00 vMB 16
802,949 802,949 0000000000000000000511370d14a1526aa51eccec1fe95a5c5b116a4ae05c0c 4,100 1.00/1.00 vMB 10
802,948 802,948 00000000000000000004d6b2954376be5f3b429e0359dfacaabeb5acd7ed8ebf 2,541 1.00/1.00 vMB 11
802,947 802,947 000000000000000000046414c7e0cf060fa449dd99953f4705b119fe21b11253 4,085 1.00/1.00 vMB 8
802,946 802,946 000000000000000000051c8fbab524419fc9896c5c4c0464788d7221b0fb28f0 5,596 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.73 GB

Node Details:

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