Loading Tool

Explorer IconExplorer

Memory Pool

76,390 transactions
28.14 vMB
0.08445200 BTC
Random Selection Loading Transactions
Max Size: 171.45/200 MB

Candidate Block

Mining Attempt df2fce574304315a3b69f1d3179c35a3cac0482434512a5fb65eb2db45c6e59e
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 4484ec9bda73dd386a2a844c4cd3a3771d461d35d8d2c49ec9d9fe63ad278956
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,036
Size: 1.00 vMB
Total Fees: 0.02353178 BTC
Feerates: 150.93 > 2.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (471,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,770 443,770 0000000000000000036b676949d4c0e8b70a631b5138626cee9b485acc4481e6 2,534 1.00/1.00 vMB 117
443,769 443,769 00000000000000000074e7e2877fd4f11181a258fb102afc067d34a83ecada2f 863 0.99/1.00 vMB 29
443,768 443,768 000000000000000000abd49f9a2c4bc2d94fc6ee7ec15710f5249332e142a41c 1,290 1.00/1.00 vMB 31
443,767 443,767 000000000000000002c087d2288e20b2485aba58b509fb4a3a4bb92cce86303e 1,112 1.00/1.00 vMB 36
443,766 443,766 0000000000000000013112a52bfa467782da526d379948f64f381f787fea463b 1,811 1.00/1.00 vMB 83
443,765 443,765 0000000000000000004cbf698bd3ff32631b7e5202f36b86f4329084bd2c70b5 981 1.00/1.00 vMB 42
443,764 443,764 0000000000000000029661b38e328865b18b2ed23712cf8a8bc357577c5c70ba 1,879 1.00/1.00 vMB 45
443,763 443,763 0000000000000000006c17429d14a6e36e70b7a1a607534ded0ad1a0b63e772c 1,474 1.00/1.00 vMB 46
443,762 443,762 000000000000000001dbbbe9ec646c5597fee6af958fe2bcf5187c944d6a0a3e 2,404 1.00/1.00 vMB 70
443,761 443,761 000000000000000000e233e261ec84d89594803d04dfb5e0b18e9549d37f12a7 2,870 1.00/1.00 vMB 77
443,760 443,760 0000000000000000014b4792752cd4188be674fbe64ea08c40037cfbc748dbe8 2,733 1.00/1.00 vMB 84
443,759 443,759 000000000000000002e837b793bcb7c4fd6e3fa746ea45a7d16846abf1fc9ace 2,585 1.00/1.00 vMB 91
443,758 443,758 0000000000000000033713e9cdb436504da7c63a7d078fd5d73b9aa0957aa064 2,448 1.00/1.00 vMB 103
443,757 443,757 00000000000000000196cc224abb4c1536e8c2f27d4277ed7cf5d91b1e12824e 1,639 1.00/1.00 vMB 58
443,756 443,756 000000000000000000441a0f0fa698ea68ef7bd5bf2d30411dfc6f648fc8c142 1,606 1.00/1.00 vMB 53
443,755 443,755 00000000000000000204c2c7797ffffa48eaadf7eaaa8cca9b0e033e3bf25ce9 2,187 1.00/1.00 vMB 86
443,754 443,754 00000000000000000342667d25bf4ac86ed1a912e47ae39d58a33771bc0e06e0 2,614 1.00/1.00 vMB 72
443,753 443,753 0000000000000000023abc5feea340a563fcb91cd2707af040c6a981afc09664 2,306 1.00/1.00 vMB 77
443,752 443,752 000000000000000002a463438552d10d2900eee7dc7e134494eca387bb0597dc 2,961 1.00/1.00 vMB 103
443,751 443,751 0000000000000000001b927c031f37678ba94b5713cf017ee0abb14354432fcf 2,672 1.00/1.00 vMB 69
443,750 443,750 000000000000000000b9e07c08da5531847da8e907e5f19bc376812f7d23e93f 2,602 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.44 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.