Loading Tool

Explorer IconExplorer

Memory Pool

43,347 transactions
26.37 vMB
0.05889248 BTC
Random Selection Loading Transactions
Max Size: 138.62/200 MB

Candidate Block

Mining Attempt 419afd9bbedef3f8ea32ee577b101da5e7b2a21ec2e20e3432094c581c70c178
Version 20000000
Previous Block 00000000000000000001e79dbd4ceeab4d77bdf107dcdcf0be35699e29eb1f0a
Merkle Root 797670e6d7d3583f2ce2a82837324d12573a89822cf8290b1695f182d3e01cff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,597
Size: 1.00 vMB
Total Fees: 0.01066445 BTC
Feerates: 40.21 > 1.07 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,760 (312,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,522 602,522 00000000000000000009de781f4ace874f71f76c025280bdedd6032250e2c674 3,384 1.00/1.00 vMB 21
602,521 602,521 000000000000000000014c8e36738ce6e78cc5da40f950951cb678de276377af 2,870 1.00/1.00 vMB 12
602,520 602,520 00000000000000000011ffbc50465ab71df2495ebd5b8aef44e954d7f845d058 2,895 1.00/1.00 vMB 36
602,519 602,519 0000000000000000000c932dc2fc64758156d51ddbfc3e584efb5d96bd737a1c 731 1.00/1.00 vMB 5
602,518 602,518 0000000000000000000151c8492d4acf4a4f4f2b9bed9383262e57120fd1d158 2,510 1.00/1.00 vMB 10
602,517 602,517 0000000000000000000fad29b5d3363bc0e36a515dcb0be641b94d24d6cbe24e 2,418 1.00/1.00 vMB 14
602,516 602,516 00000000000000000013e9bb4f58ebe6f049e4d4e90b142dd60e5206cfcdd3b2 3,134 1.00/1.00 vMB 12
602,515 602,515 00000000000000000007ec907231f20a779f1ae9a17f890e97eb1cacc715e18a 3,106 1.00/1.00 vMB 40
602,514 602,514 0000000000000000000d10eb1812d59245936f8b6f7a5c455bb222b260247770 3,165 1.00/1.00 vMB 10
602,513 602,513 0000000000000000000f581878ebf4a2a97771707099e0a016c70698d2dfc8b9 2,705 1.00/1.00 vMB 31
602,512 602,512 0000000000000000000593741a79970e85a14f2166051297e93439401d9a93f4 3,061 1.00/1.00 vMB 38
602,511 602,511 0000000000000000000d1faaf3c5af3e04985b1c48f1ce7cc346c7feaece7207 2,694 1.00/1.00 vMB 42
602,510 602,510 0000000000000000000e9bdf23618f9949784946903ab5c05950706cc9627cae 3,242 1.00/1.00 vMB 38
602,509 602,509 00000000000000000009edb9fef66f6d6c900fadcd127295842b1310de347d97 2,076 1.00/1.00 vMB 68
602,508 602,508 0000000000000000000fbaad9c489b359e8c2842bbf64e69c3274e862a24e891 1,937 0.79/1.00 vMB 4
602,507 602,507 00000000000000000002332c678e2defea3b85ef1d2647acb5de5be2405634d6 2,776 1.00/1.00 vMB 15
602,506 602,506 00000000000000000001211f688ecf13fc54cac1f4b9fa7671f5abd423edd52e 2,317 1.00/1.00 vMB 19
602,505 602,505 0000000000000000000c4290c47ece02038bcb5293e407aa45541d1f5e215dc4 2,359 1.00/1.00 vMB 57
602,504 602,504 000000000000000000105d7ce3dce0f2851595bed56f2e517fa5f248275b3f06 2,356 1.00/1.00 vMB 36
602,503 602,503 000000000000000000020bad711522a122ad1e8f462b4f1d64768bc8ca56bbff 1,084 0.41/1.00 vMB 24
602,502 602,502 0000000000000000000f189bf9a7d2d118e3dfd503f123452daa6ce6b5fdac8b 1,695 0.68/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.96 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: 647.60 GB
    • Received: 12.96 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.