Loading Tool

Explorer IconExplorer

Memory Pool

80,676 transactions
30.02 vMB
0.12358392 BTC
Random Selection Loading Transactions
Max Size: 180.59/200 MB

Candidate Block

Mining Attempt 56c782aeae9c1a9536771af39a2c0d336b14bb75f3719d5a520a230199d2185e
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root a6fee8117e5da257b8fb112615594ac6bf05fb46e4d76ffe847304f4dc5470ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,632
Size: 1.00 vMB
Total Fees: 0.05097718 BTC
Feerates: 242.90 > 5.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (264,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,867 650,867 0000000000000000000dd9090009c7089865078448edb7cf7c657e60b9bb7f53 2,057 1.00/1.00 vMB 71
650,866 650,866 00000000000000000002cf5dc32fd27da35610ca7e4179ad3fd12bd15122f4bf 1,951 1.00/1.00 vMB 57
650,865 650,865 00000000000000000003be349331129cdcf9512b644ccad3e2ee9f81a7488def 2,001 1.00/1.00 vMB 92
650,864 650,864 0000000000000000000b32888c0b6818260a660c1d169f7a16f3fde1a63de433 1,896 1.00/1.00 vMB 70
650,863 650,863 000000000000000000059b1ed9763570b4af383f71f90f49a942a6f1119701bf 1,874 1.00/1.00 vMB 102
650,862 650,862 0000000000000000000d3d96fe6ede849274e46f92abfb4f9aaf39d1a0023712 2,562 1.00/1.00 vMB 110
650,861 650,861 0000000000000000000167f0ee73073d99d55c8cab9faa88d713f44aedb46883 1,990 1.00/1.00 vMB 99
650,860 650,860 00000000000000000001462d2df6e78ffef8758843078d249eeb7edb53a17683 2,617 1.00/1.00 vMB 126
650,859 650,859 0000000000000000000af30e9b75c07024e1db0e75077dcf7c86964fd15199d3 1,813 1.00/1.00 vMB 204
650,858 650,858 00000000000000000006e0d5a82f53037907f9ea52512ef3e3b8a874e6498254 2,630 1.00/1.00 vMB 50
650,857 650,857 0000000000000000000acdce9fc678ab377b6dc48108898b1d4d7d6b7f6a34c1 2,242 1.00/1.00 vMB 66
650,856 650,856 0000000000000000000606558501e86bef77c4412fa56f87dfb24d6a7fe44507 1,868 1.00/1.00 vMB 90
650,855 650,855 000000000000000000061181ed7ffee06a95f4e797c2fd3acac50b0147ad7cd9 2,446 1.00/1.00 vMB 73
650,854 650,854 0000000000000000000c79cdd37dc1ab1e55fc6e4c0a1d0f28db5699b540bfe7 2,156 1.00/1.00 vMB 65
650,853 650,853 00000000000000000008ad85a696e82ed8520e26ce362f6805b01e54ec0fe411 2,678 1.00/1.00 vMB 54
650,852 650,852 00000000000000000006ca97904ed0e3d7e2b5e71c5a1d4574d634feb9c5d1c1 2,382 1.00/1.00 vMB 98
650,851 650,851 00000000000000000000083864a191c7f04c71ac8f05a18c9ef8a364a20d2a37 3,033 1.00/1.00 vMB 86
650,850 650,850 00000000000000000009a2fbe87afb2ed0d70d3b289d8079220e471920f4db37 3,145 1.00/1.00 vMB 68
650,849 650,849 0000000000000000000704bf8e240a5e89def10974242db17155e34b2b3d7f53 2,469 1.00/1.00 vMB 105
650,848 650,848 0000000000000000000ceb3542f6235243cf3a838a4497e5e964fddfd033b012 3,198 1.00/1.00 vMB 85
650,847 650,847 00000000000000000004e0ade0135822217635871339f625a5157610e6aaa60c 2,252 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.