Loading Tool

Explorer IconExplorer

Memory Pool

77,261 transactions
28.80 vMB
0.07000020 BTC
Random Selection Loading Transactions
Max Size: 172.38/200 MB

Candidate Block

Mining Attempt 86d8b8a9c589405af68c3e954fc2827be052f04cc774d3567e6607cffdeb6c97
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 0daefc27bb2017c7d504e1c763ff0f3af1c1f83448e26dd978e57b431cb30453
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,086
Size: 1.00 vMB
Total Fees: 0.01199107 BTC
Feerates: 150.77 > 1.20 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (303,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,180 611,180 00000000000000000007b3ff369ffdc7313780e1c53a9ca542beaaee4ad199dc 1,512 0.40/1.00 vMB 13
611,179 611,179 0000000000000000000f0e2638b9c0b797b2e458d5750fbb0230be0ba49887ef 1,075 0.41/1.00 vMB 1
611,178 611,178 000000000000000000120505d21f164ae9871f95d76261f0254dc52b5884234c 3,323 1.00/1.00 vMB 14
611,177 611,177 0000000000000000000b0434e4cfd5f5f57572fcb0b02629df54e9b12092d42d 3,443 1.00/1.00 vMB 7
611,176 611,176 00000000000000000008423b8a5b5b347889b0f82615abccb4a02e52fe22c3b2 3,403 1.00/1.00 vMB 17
611,175 611,175 000000000000000000080e1e30315231d448e1083d343016e1464c69e90020e2 1,684 0.65/1.00 vMB 9
611,174 611,174 0000000000000000000e3c08182a3284c701e9e79da8e7c6582055c632cbee8f 141 0.04/1.00 vMB 12
611,173 611,173 000000000000000000096c2aae89888f4f3612ae60506a89ec57531330f6d985 1,686 0.52/1.00 vMB 13
611,172 611,172 0000000000000000000310a275acd7d53693112a7f95306cb7a43b1b8d00e993 416 0.12/1.00 vMB 11
611,171 611,171 00000000000000000005b5f7444d2d2e26182d685d4e34c6a505243c953a0ea2 449 0.15/1.00 vMB 10
611,170 611,170 0000000000000000000594a031374905965690cec20090d24abb0758d5dc7152 168 0.04/1.00 vMB 5
611,169 611,169 0000000000000000001030165a35753ab87b830e99e88d8e2245980767520d07 2,315 0.66/1.00 vMB 9
611,168 611,168 000000000000000000079673350e753d105161619f5250a2c27b0b597b1d2e98 3,535 1.00/1.00 vMB 17
611,167 611,167 0000000000000000000e47a83bfd75e23ed39f2338688f19d0bfbcd1c52a167c 2,704 0.74/1.00 vMB 10
611,166 611,166 000000000000000000019be7625e4589a0105611749a7e767a11748ef9ae72c0 1,796 0.52/1.00 vMB 11
611,165 611,165 00000000000000000002bfbed09bb8a6f56282dda5bf7964f884be60e02c2ee8 2,761 0.86/1.00 vMB 10
611,164 611,164 0000000000000000000378a5066177128046595181f7dfeea0a7e752a7b4959f 2,836 1.00/1.00 vMB 7
611,163 611,163 0000000000000000000555532a61f85d140a97614db54dded0707b9822512960 2,562 1.00/1.00 vMB 10
611,162 611,162 000000000000000000116902c175d4609e276df4c735f9e9d782bbb21ab6aa04 3,009 1.00/1.00 vMB 22
611,161 611,161 00000000000000000000c2e785a9c11fd49a2d96fb52008d4b0c0c91796b614a 2,640 0.87/1.00 vMB 5
611,160 611,160 0000000000000000000ca9eed2d7dc2173a7e126d350b2ec7a0f09f9b5575669 3,160 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.52 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: 668.74 GB
    • Received: 15.56 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.