Loading Tool

Explorer IconExplorer

Memory Pool

11,022 transactions
3.93 vMB
0.04610686 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.89/200 MB

Candidate Block

Mining Attempt 948e121a81c2425798958dc19f279941fae9d3c26066b04a35de11e7d88f5170
Version 20000000
Previous Block 000000000000000000012165475346bdda413509df8fce68fc569e9b26a2eb5b
Merkle Root 90fceb5c7a427aa91ea4193dd100efbc80be30f67738ca45726211d23e5756a4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,484
Size: 1.00 vMB
Total Fees: 0.04155282 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,483 (757,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
155,590 155,590 0000000000000969288d9add45d5ff1cd6e7ef70caeabea4008abf01d1046206 53 0.02 vMB 108
155,589 155,589 0000000000000aa58a5353735ae1718e4ff032ed85b36eb55b17fd4b9efc12a9 23 0.01 vMB 56
155,588 155,588 000000000000095c85cf2d9d7c5fd91a317255a02a1346e67cc97e9dc41dbc51 21 0.01 vMB 10
155,587 155,587 0000000000000503416daa3352d83e34131ce69d2af67ed07bdd28cfcd66068b 70 0.03 vMB 295
155,586 155,586 00000000000001a0f017cce4d2048068a66332ffed4e5f7e301e5f3bbe51efb8 57 0.03 vMB 77
155,585 155,585 000000000000036d06511d11c61b43bc48bcf790092461981cbbb89ef1066b95 7 0.03 vMB 124
155,584 155,584 000000000000068c864b5b3529de24cc9cac7b4d8ce902301fe9da81577522e0 25 0.01 vMB 47
155,583 155,583 00000000000001bc37ec428a171db3f5e89a96568823e77a1441841372cee5fd 79 0.03 vMB 111
155,582 155,582 0000000000000e948d6da990b77d4286e09642d6c658239b80a009cb9ec26729 45 0.03 vMB 35
155,581 155,581 00000000000003d3a6fa816550714a272a7a0e1b28960619e862cd9ee1aebd3d 5 0.00 vMB 691
155,580 155,580 0000000000000a69e0ea3ce638a31b21aa11b4d7882f0af00fd7a3c597dd648f 10 0.00 vMB 21
155,579 155,579 00000000000001bd53228cf2c4947a78827c03ac57434433e0c29cdcfd2f3b99 18 0.01 vMB 251
155,578 155,578 00000000000001a98fb752d788b31f23b61bc37fdec3f531b2ee9ccd5c6f2134 8 0.00 vMB 41
155,577 155,577 0000000000000b6d5cce5a60e4f66e3111a33fdc4d0283fc0383980c2849ac0a 128 0.04 vMB 42
155,576 155,576 0000000000000f3c028d77c0d82dd273f24a49b0ded4e0c4b1ff281df8f6483a 29 0.01 vMB 286
155,575 155,575 00000000000007324850bb8cb884c21c148708627c7c4ddadd6dd00fc34c9845 30 0.02 vMB 107
155,574 155,574 0000000000000c7f05c500c9c22b47f6695efd0061d9fb175d33125cd52cd2c7 6 0.00 vMB 0
155,573 155,573 0000000000000e8bc0ddf22ca0f63ccb8aa9fc2df8fffe978ca38a8deabef858 15 0.00 vMB 12
155,572 155,572 000000000000009a9aed8485d5f98b27c3399a1946ef0a6907d70beb11271ba1 77 0.03 vMB 121
155,571 155,571 0000000000000726ae12c538d915d3358280ec7930b4912761c79843c6327b86 44 0.02 vMB 184
155,570 155,570 00000000000007d44b6e019ada97bd62002b693a1de48b06f6279584e24b1e28 18 0.01 vMB 52
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 347.41 GB
    • Received: 1.68 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.