Loading Tool

Explorer IconExplorer

Memory Pool

37,290 transactions
26.06 vMB
0.05616159 BTC
Random Selection Loading Transactions
Max Size: 133.92/200 MB

Candidate Block

Mining Attempt 723f14428736f9a875cd3b2f84cd813333c5ccb86e3351361b1dcc5e17d09931
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root 761b6712ffa995f04253a8d1cd9013378de38e597c4379c658f5f96abb97ad02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,033
Size: 1.00 vMB
Total Fees: 0.00818236 BTC
Feerates: 100.29 > 0.82 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (237,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,733 676,733 000000000000000000004951cb76abd2cb63c7c356f1fa1b3c5ab8959ce5a7b1 1,999 1.00/1.00 vMB 67
676,732 676,732 0000000000000000000b60fcefea20856d478b777ec1d1d390a228d319f35b85 2,615 1.00/1.00 vMB 73
676,731 676,731 000000000000000000038d09f1565e918ca1948b7de7d0e318ba94f45c1d50a8 2,444 1.00/1.00 vMB 46
676,730 676,730 00000000000000000009fabbc74ef2c7770e7a881afbbf99c8752192bda502fc 1,863 1.00/1.00 vMB 66
676,729 676,729 0000000000000000000bdcdb30f2e0a6abb8f93a2bdf86e67bae87da84c521b3 938 1.00/1.00 vMB 65
676,728 676,728 0000000000000000000159b778e681eea8d6316ae614a3383448b5cf005138ce 2,774 1.00/1.00 vMB 84
676,727 676,727 0000000000000000000a2cc68f294d6cc23fcbf34800c7b96e5471caa16e6a99 1,503 1.00/1.00 vMB 72
676,726 676,726 0000000000000000000795addd662c092d677eb2163ff25391e6ac4b2fb1f3ec 30 0.01/1.00 vMB 135
676,725 676,725 00000000000000000001d22f8fe67ca294f13e3cdf84235890b71a8f4583bceb 1,815 1.00/1.00 vMB 77
676,724 676,724 0000000000000000000447302a6a055a6f51267607c284d0b5192eebba843d5b 2,362 1.00/1.00 vMB 88
676,723 676,723 0000000000000000000a2ba5eb5018b73f479c639a11a40f13d23c26363212de 2,477 1.00/1.00 vMB 26
676,722 676,722 000000000000000000042b33eafe81fa425cea931192eca4aeb650d0492d1d6b 2,674 1.00/1.00 vMB 33
676,721 676,721 000000000000000000019165245c5c18e36292ae9e74d1ca555b2ef76b47249d 2,607 1.00/1.00 vMB 36
676,720 676,720 000000000000000000056b2772dca682f2bfe1045e6f3fc9c54a091a4a01873c 1,522 1.00/1.00 vMB 67
676,719 676,719 00000000000000000002eb61ddc6aa5d894b6c3aee91717266ad653a82abedc1 2,123 1.00/1.00 vMB 56
676,718 676,718 00000000000000000009215d26f2921259a776bcce1e23dff1ad4a85d46689d6 914 1.00/1.00 vMB 69
676,717 676,717 000000000000000000062c25c62494850eabe97f46768c0d06484f6d18a433fc 2,079 1.00/1.00 vMB 81
676,716 676,716 000000000000000000090a03a254693aa666b2ac861d513d8ecabc26cbfb975f 981 1.00/1.00 vMB 67
676,715 676,715 00000000000000000003e1551247aa9740b6dd2b31f0624c5b584a7c30910965 2,620 1.00/1.00 vMB 76
676,714 676,714 0000000000000000000bdd6e975ecd268ffc2276c058f1b0617a92bc87c1941b 2,604 1.00/1.00 vMB 51
676,713 676,713 00000000000000000006f1a46888312cbc78a97893a7d1ff30d5bd4e4d61870e 726 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.81 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: 635.20 GB
    • Received: 12.29 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.