Loading Tool

Explorer IconExplorer

Memory Pool

81,668 transactions
30.61 vMB
0.08298825 BTC
Random Selection Loading Transactions
Max Size: 187.26/200 MB

Candidate Block

Mining Attempt 8f4e1943e751541f1b8c2482ac600c9c4fba9ee3fb5255bd7215f968243ce4ae
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 129d85edbbf96fa2d78dc8cab5c4d03ccc8ca4ab11b5e26fa53d698735f4e33e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,783
Size: 1.00 vMB
Total Fees: 0.01409553 BTC
Feerates: 150.61 > 1.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (625,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
289,623 289,623 0000000000000000fa11f9e8992de62e7a69d1383931ed9c690c58a4a0e16cd1 139 0.04/1.00 vMB 13
289,622 289,622 00000000000000008fffa5b63fafec097669850593da7ff18d6f8272a74c3e19 143 0.05/1.00 vMB 10
289,621 289,621 0000000000000000791604ecf6fde55070d8e0fe33e9cdf077c87df34fd1de5b 160 0.05/1.00 vMB 52
289,620 289,620 00000000000000002e1fe51b53b8a8364ec0dda95269b4dea28d9344a2ff82ab 401 0.20/1.00 vMB 35
289,619 289,619 000000000000000029e9f45e19f1e7173b591a89901c83ff41569e2df3816aac 344 0.18/1.00 vMB 29
289,618 289,618 0000000000000000fca3f091e226d49d560e331bc7f322ea2b12fbf2835f08bd 202 0.10/1.00 vMB 26
289,617 289,617 00000000000000008dc3b3a9002e1d8b5e11e878286f2ba40f934758c969732b 213 0.08/1.00 vMB 25
289,616 289,616 0000000000000000c0b2a33fe7c9da783c960189811790ade77b0315eb889ed2 424 0.20/1.00 vMB 31
289,615 289,615 0000000000000000dfb82b8e03cdb34193969879e0b0b33b2070f55bcc9067bb 683 0.44/1.00 vMB 29
289,614 289,614 00000000000000008c758850e6d65903a86cd82a4a45d30339487daa2db44edd 743 0.35/1.00 vMB 38
289,613 289,613 0000000000000000c8c977e6fb483b06f1d6cea7c3516d8ab85078c26842576f 226 0.26/1.00 vMB 21
289,612 289,612 00000000000000001a05375d43b5e29da3fdc322c2e8f7f341d69a4ebdc3f8db 128 0.05/1.00 vMB 23
289,611 289,611 0000000000000000eca389fb947bf8e5abd3642501982fdd5ebeaf1602f86257 336 0.15/1.00 vMB 39
289,610 289,610 000000000000000000f21f1229bd4de8dcffa983ae9ace3f3597fdf82dbbb86f 535 0.26/1.00 vMB 36
289,609 289,609 00000000000000007017f7276846a0775015414832420feb8d0e6d590d4e1c88 330 0.41/1.00 vMB 19
289,608 289,608 0000000000000000dc05a18d815996cf1e80bd9c9a6f1da29c0dc5733cf0d731 386 0.35/1.00 vMB 22
289,607 289,607 00000000000000007e266880c9e35896cd2a8da5acfeb47ca60d08c00041fcef 1,999 0.92/1.00 vMB 41
289,606 289,606 0000000000000000e4a6bfaa5e2e0240b8cc781e44d72b9fc8812fd8e0dd1eef 715 0.58/1.00 vMB 25
289,605 289,605 0000000000000000bbcbc303f896f852af877a08f3c8dc4f674ce6c8d6750c01 512 0.17/1.00 vMB 56
289,604 289,604 00000000000000002f1e704eff291e9167506602f9fb38ef90039ef40fe687d0 46 0.06/1.00 vMB 48
289,603 289,603 000000000000000072cc9e783f71d99ddf8d6ad73a7c1685ed49be429f3e885b 338 0.20/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 783.01 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: 718.90 GB
    • Received: 17.99 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.