Loading Tool

Explorer IconExplorer

Memory Pool

77,822 transactions
28.86 vMB
0.06731524 BTC
Random Selection Loading Transactions
Max Size: 175.14/200 MB

Candidate Block

Mining Attempt 2fa3b0690e70a39a6f2f7ffc4016598b4fb28d2b5bf8de60591eddc90b070d13
Version 20000000
Previous Block 00000000000000000000327a49fa6004515b5891bc19fa46a462f6b39127d620
Merkle Root 0f4b73b8f6d6ac0da564b405465c4e849f6d8ddfa6038802eb21280d5f5e832a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,868
Size: 1.00 vMB
Total Fees: 0.00726370 BTC
Feerates: 149.20 > 0.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,090 (175,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
739,133 739,133 0000000000000000000840eefc50b72577d2b8f1f351e27861b0721fe03d47f8 1,804 0.86/1.00 vMB 6
739,132 739,132 000000000000000000034e81a8465052105694f9d771a892de3bb959f0f4a67d 1,837 1.00/1.00 vMB 11
739,131 739,131 000000000000000000087b8e8f8dd783518006aad04b51c7f8d6f48ecd38c46c 2,683 1.00/1.00 vMB 27
739,130 739,130 000000000000000000022f3cdd826d6e45cacfa60f79cca70b444d1c99dc189c 317 0.09/1.00 vMB 14
739,129 739,129 00000000000000000001ddef36aa3cd77b55f7a2a9472fa10b4129b681be5e9a 823 0.50/1.00 vMB 6
739,128 739,128 00000000000000000007268b4110953c19fbc4b621f09860b616931a475deca6 2,308 1.00/1.00 vMB 20
739,127 739,127 000000000000000000067053c8d477e842ddc16dca5c5097412aa99321535dfa 1,894 0.84/1.00 vMB 13
739,126 739,126 000000000000000000005946c91c4f6e12f26b02129ecc3c1751b660a9703685 663 0.43/1.00 vMB 5
739,125 739,125 00000000000000000008e9e1279ad4d5188ba50c90c0e6f5da893e97c7ecb32f 2,475 1.00/1.00 vMB 10
739,124 739,124 000000000000000000079e9024b1a1b7da6a4521934e12e2e5752d9d74a46ddf 1,613 1.00/1.00 vMB 13
739,123 739,123 0000000000000000000340e007a5ae13658ed1daa93dbdafcc3f1e3aabf96418 1,771 1.00/1.00 vMB 18
739,122 739,122 000000000000000000004561af4b695d5ba70f392cd1941247caa2789f7a259b 2,017 1.00/1.00 vMB 22
739,121 739,121 000000000000000000055f7e5c05eb64f32953745df37c56f470e64a687812bc 948 0.37/1.00 vMB 13
739,120 739,120 000000000000000000057751b4ca805f295de1a7ccac7dc543d6d6b410c18d33 2,516 0.91/1.00 vMB 13
739,119 739,119 0000000000000000000270441203d5e003c625ac8a58802ec8fd99bef68dc136 1,571 0.89/1.00 vMB 3
739,118 739,118 00000000000000000005bcf94d17f64c3b2415dc4bbfd6bf1ea7308a7b157566 3,604 1.00/1.00 vMB 8
739,117 739,117 0000000000000000000667b91f499a289f81308891bd6550eb1bf8b46ec939e7 3,124 1.00/1.00 vMB 14
739,116 739,116 000000000000000000008e82ba80807d0f330910912a1a763a0b8bf07ad627c4 2,512 1.00/1.00 vMB 19
739,115 739,115 000000000000000000095e50e75e8b1bda16d6f49a44170ec60e7271a53e6178 3,405 1.00/1.00 vMB 32
739,114 739,114 00000000000000000006aa7b41e2432b0175df6dd83884489f96f72d9c91377a 2,143 1.00/1.00 vMB 11
739,113 739,113 00000000000000000004246f093961a2dc25e300d7c523646b1e7af4a04a9d0f 2,615 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.77 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.