Loading Tool

Explorer IconExplorer

Memory Pool

77,543 transactions
29.35 vMB
0.07621747 BTC
Random Selection Loading Transactions
Max Size: 176.28/200 MB

Candidate Block

Mining Attempt e5f5b863d24351a52c506e1f172651056f9e168a9cdbfc758ae3035bba07c7e4
Version 20000000
Previous Block 000000000000000000004a687a9edc2ed0bbfad17617f87927e5a0114c540355
Merkle Root 09ee2cd54b877b4f2628d9dada611f06bad28bd5177894b98ac6c41431cf02ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,814
Size: 1.00 vMB
Total Fees: 0.01364259 BTC
Feerates: 59.34 > 1.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,153 (132,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,676 782,676 00000000000000000002aac2d01341ab967285ab1fd143ec99bae8d52d897b59 3,089 1.00/1.00 vMB 26
782,675 782,675 0000000000000000000076296c5239700b2546487b13008b7d1ef450e1ef48b4 3,097 1.00/1.00 vMB 26
782,674 782,674 000000000000000000004cfbf1240c29ec7d49f4f8c2fa925e0dcbfe2e1ec821 2,421 1.00/1.00 vMB 9
782,673 782,673 00000000000000000001425c25b67045bd2de78b88b86fd4f9ec3f761ac4c273 2,028 1.00/1.00 vMB 12
782,672 782,672 0000000000000000000107d1989575bc68d4ce12fb4479f1f02ca12069812ee2 2,642 1.00/1.00 vMB 26
782,671 782,671 0000000000000000000248bc3bfa78a9f22ad164730295e6fb477ac41f0a2a40 2,045 1.00/1.00 vMB 23
782,670 782,670 0000000000000000000077a0ecb90a34c6faa54914143c8cb35498ee0e62e2c5 2,865 1.00/1.00 vMB 18
782,669 782,669 0000000000000000000582dfd000a2324c4f8812f6da31447fdc5361a1da08f3 2,341 1.00/1.00 vMB 18
782,668 782,668 00000000000000000004e4a8a8cf3f5adc053bb7480fb0f3589d17db9bb29336 3,351 1.00/1.00 vMB 25
782,667 782,667 00000000000000000000a2a05e281ebe9e6e6a226015fa72b9c0680da3a0f485 288 1.00/1.00 vMB 5
782,666 782,666 000000000000000000059ed22f8915fa3b40a946eafd2f85d4d1986b6d4be9db 277 1.00/1.00 vMB 5
782,665 782,665 00000000000000000004f62c7fdcf8ded52ac7337b695ee7473b148ac1b90873 835 1.00/1.00 vMB 8
782,664 782,664 0000000000000000000426b9cd39d4a71aa0db25c8bf7fbe88cbd722ff3e707b 1,474 1.00/1.00 vMB 9
782,663 782,663 00000000000000000004c9559da1d5fcd68be904cc877c224aaf4d26978c8759 1,908 1.00/1.00 vMB 10
782,662 782,662 00000000000000000000a79a2db8ac120a6182946453dd6d82798891e6794c05 2,698 1.00/1.00 vMB 19
782,661 782,661 000000000000000000058a889830ccd8d69157d285815ca211378600d7493b38 2,066 1.00/1.00 vMB 30
782,660 782,660 00000000000000000000d4a1ed6e4e83a2efcc468a429634b692d22c37686dd3 2,453 1.00/1.00 vMB 13
782,659 782,659 00000000000000000001edde8e3a533a0929d600da76edfe62d324f6b5205b18 2,279 1.00/1.00 vMB 19
782,658 782,658 0000000000000000000369b8c6d0829f029cdc7f1370f6ba3b751580e14eddb0 2,398 1.00/1.00 vMB 16
782,657 782,657 00000000000000000002019c85ec8855e11649a1b575b3c03d27fb9afc48fd3f 1,274 1.00/1.00 vMB 9
782,656 782,656 000000000000000000052790b07eb60e25d0581a6ce659ab02322cd3ad235d21 2,215 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.66 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: 672.98 GB
    • Received: 16.35 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.