Loading Tool

Explorer IconExplorer

Memory Pool

78,245 transactions
29.08 vMB
0.08079523 BTC
Random Selection Loading Transactions
Max Size: 176.02/200 MB

Candidate Block

Mining Attempt d42743c67c4f7decf69e5df7fdf64f585a9f3b70067eaedd44d967709785e15c
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 2cdeb4ea289d601cad0eb37301c715bbb87a1c9fd64e0c36fa6e79cc7777e69c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,839
Size: 1.00 vMB
Total Fees: 0.01999127 BTC
Feerates: 178.73 > 2.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (521,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,965 393,965 0000000000000000086a934d4eb68b7dddbcd16e7de2160ad7d06bf330d7f1a7 1,778 0.93/1.00 vMB 32
393,964 393,964 000000000000000006b5d284f45345c890857416b4135b083547c8d660c43e85 2,457 0.95/1.00 vMB 39
393,963 393,963 000000000000000002e170dd13489588f0d16e3471fce2224dfb0b22a89739e2 2,409 0.75/1.00 vMB 72
393,962 393,962 00000000000000000085ce0c6df7745f0d89790e0be017e555a7310152e9cebc 631 0.36/1.00 vMB 30
393,961 393,961 000000000000000006f1a01a9c5947e0c265e013bc05d4b96d80e053583bc508 233 0.20/1.00 vMB 24
393,960 393,960 00000000000000000767b9e41f2c1f351ccf4902821df1cbfc95a034deb2db33 1,298 0.68/1.00 vMB 37
393,959 393,959 000000000000000008be2a11bb1fc2676fe8bc137b8359d89ff1b95779e0c184 596 0.56/1.00 vMB 20
393,958 393,958 000000000000000003a5d06a643ba7188bd419a28e7905cb77759a45d98f08e4 1,795 0.95/1.00 vMB 36
393,957 393,957 000000000000000001ad4c32b87b368857bacd16f80a99f8711e2a0fa852eb3c 1,195 0.64/1.00 vMB 34
393,956 393,956 000000000000000005d9ac6404d95a700f67fca4c6ba2249ada994c14ac4cc8e 155 0.28/1.00 vMB 9
393,955 393,955 00000000000000000011cd3039da24d3fc764dda5b91136f078638c943daee1e 1,099 0.67/1.00 vMB 27
393,954 393,954 00000000000000000674b1e73b5e93a7615a9bf64b07cae311b9967ab88d2e86 1,750 0.84/1.00 vMB 36
393,953 393,953 000000000000000008f3daf3b5aa42d6c43dbc5d29c1a3da957201d20572633c 539 0.26/1.00 vMB 43
393,952 393,952 0000000000000000038db3c5522cc379e883b89cbab25e5a9643f159a1fa719e 1,533 0.65/1.00 vMB 40
393,951 393,951 0000000000000000082de653c2026187224de3bf29218bce227ee060c3b47427 268 0.52/1.00 vMB 13
393,950 393,950 0000000000000000010e465e5cd2e80e458a2b1abf896319aa7b6414e2ddc1fb 163 0.12/1.00 vMB 25
393,949 393,949 0000000000000000029f75cfc3f10ae21e07bc5a782ba513af814b21efc8e299 714 0.63/1.00 vMB 24
393,948 393,948 00000000000000000492b5bc7408d4fa4bf1a127e5e070f24ff81d933eacae1b 1,847 1.00/1.00 vMB 39
393,947 393,947 000000000000000007bb3339d72854b0012adc6d379b7bbd59d65442be380c30 1,564 0.93/1.00 vMB 41
393,946 393,946 0000000000000000040d6a69aa4aaae84620e678fd20b09bc13f81eba6f8b16f 1,245 1.00/1.00 vMB 19
393,945 393,945 000000000000000005d946280617aab9cb9c663be25cc96fd4bea4020ffbed89 2,718 0.93/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.68 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: 677.75 GB
    • Received: 16.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.