Loading Tool

Explorer IconExplorer

Memory Pool

38,438 transactions
26.43 vMB
0.06099262 BTC
Random Selection Loading Transactions
Max Size: 136.24/200 MB

Candidate Block

Mining Attempt 81fc3e0b1d197f2594366ba9abb6bd2f5b397a6209945a09f2adffedeaec2672
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root e95c91220d0740b73cc20fa32648b431b7829fdbccce6fc1599a177c146328df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,494
Size: 1.00 vMB
Total Fees: 0.01190912 BTC
Feerates: 201.06 > 1.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (908,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,486 6,486 00000000e71f13f1d27e643de3f7d7da9da6dff8dcff26702c4a682b243aa3dc 1 0.00/1.00 vMB 0
6,485 6,485 00000000bd6efd0419df2abe501946d4a90c24571c5f44fb176a7155292db3a6 1 0.00/1.00 vMB 0
6,484 6,484 000000004d91e40fc5fbb5be48f2a11e5ef393d914623636a330817a4e809cba 1 0.00/1.00 vMB 0
6,483 6,483 00000000ccfe932c3a2a2129b5eb7415dc6775643c4bdb9fa58f9117cc8eaad6 1 0.00/1.00 vMB 0
6,482 6,482 000000008f3d4381c02a83d069df55b39200d7e8d539ccfcf258f61e07fa5db8 1 0.00/1.00 vMB 0
6,481 6,481 00000000e6a02f1b36c1d4a7faec94be737c1fef22df42cc3a33b19e13b3dceb 1 0.00/1.00 vMB 0
6,480 6,480 00000000abd5f5b6f9c105607d83d51a6c9a2407b734521272ad3e5910ad6858 1 0.00/1.00 vMB 0
6,479 6,479 00000000804b6cc556b38b08cbfb7955e144584a33d9e26ee924da51ccb92d52 1 0.00/1.00 vMB 0
6,478 6,478 00000000de826db313b89675d3c87abd4fa1226bb16b1605d57d53cdbf818abb 1 0.00/1.00 vMB 0
6,477 6,477 00000000ecc49a43057d125f00c0d3f55473edafbdec2ed55fdec8c04cca9efb 1 0.00/1.00 vMB 0
6,476 6,476 000000000010b24a122163f2037132d767e6c5bd4c0642d9669fd94845e93289 1 0.00/1.00 vMB 0
6,475 6,475 00000000375803a731edbfabd87ae9ec8500645ffb9a8b3a64fe4d3c6c1635bd 1 0.00/1.00 vMB 0
6,474 6,474 000000004789b808af690cd3e3bef36ca5c40252193b22eebb758bb094df9cb4 1 0.00/1.00 vMB 0
6,473 6,473 0000000009dd14542530e896c9990ad2ba3d1027ef5f0bcde0efacda41704b92 1 0.00/1.00 vMB 0
6,472 6,472 000000004b31f69d6676aa052619829f331b4f226c37fa956bddd7aef5201bb4 1 0.00/1.00 vMB 0
6,471 6,471 000000006ba84c4373f6c8372932e76e51da59ee24fdfa01afdc337f7f8d978d 1 0.00/1.00 vMB 0
6,470 6,470 0000000032428f2545047f6e32b40ad6df7a96b2feb287467aa20013b2790f8d 1 0.00/1.00 vMB 0
6,469 6,469 00000000923fedf5838df2d0813d7b3131e3261ba0c5194c123ef1b6eebbaa20 1 0.00/1.00 vMB 0
6,468 6,468 0000000037cf5a77ed3dd54ff1df8c0a8e4c041b644809debbffe04cdaabf74f 1 0.00/1.00 vMB 0
6,467 6,467 000000004d80d182f8f764246bf1f575da852557b659b42777edc0d719fb490a 1 0.00/1.00 vMB 0
6,466 6,466 00000000aad46b09e74ff3a1b37b511fa5e44e004b33432c28bcabe487b5599b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.