Loading Tool

Explorer IconExplorer

Memory Pool

23,167 transactions
17.65 vMB
0.03245827 BTC
Random Selection Loading Transactions
Max Size: 93.46/200 MB

Candidate Block

Mining Attempt 3aea5ce867e6b3a93a885e52ece57c7837475ed7726272408deeecc1bfac4ac6
Version 20000000
Previous Block 000000000000000000017e468d77e3b9aef42fd62622bc0871d73a1f47a1ce66
Merkle Root 378ee5b69fe059fb5c9938738264e4e0b1df4391c333d6daa2e0873f9fc4129f
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,715
Size: 1.00 vMB
Total Fees: 0.01273427 BTC
Feerates: 30.44 > 1.28 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,742 (71 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,671 941,671 000000000000000000002bcc180f9d91c49a6488c8fd67deabed2dc4518a33a0 1,309 0.47/1.00 vMB 2
941,670 941,670 00000000000000000000d20de89d75e15ead9cd3640d1dd1f27a1688230f9218 3,036 1.00/1.00 vMB 1
941,669 941,669 000000000000000000013d7f2e0aeedb95e78111fd0a67f54bad0191d6a2c8a0 861 0.32/1.00 vMB 2
941,668 941,668 0000000000000000000051e5bcfd56e9ceab90f787539a889483730f3b6b89f2 855 0.36/1.00 vMB 1
941,667 941,667 00000000000000000000d013695fa55b4eac88b7db47e79889cc30c8eac123c4 1,763 0.54/1.00 vMB 2
941,666 941,666 00000000000000000000656f763d6112f6a1714af59ea3eec821a2a5f0d01003 278 0.06/1.00 vMB 2
941,665 941,665 0000000000000000000035da88a2749f150221b69ee4806a347cf1eda38adaf3 1,686 0.51/1.00 vMB 2
941,664 941,664 000000000000000000016f4078482354aa32911675bdb75393b954a41e88c6df 7,718 1.00/1.00 vMB 0
941,663 941,663 00000000000000000001ea1f055daff5dbb56d404526b746311958abf5fd2525 47 0.01/1.00 vMB 2
941,662 941,662 00000000000000000000459c3d117f61f73dbb107f75d7b53e5b0ba8288375a2 5,638 1.00/1.00 vMB 0
941,661 941,661 00000000000000000001be357f6cd26015ee2f030cd11fda90341c6a1d0e53f0 5,611 1.00/1.00 vMB 1
941,660 941,660 00000000000000000001654a18824db7571e6b38415264af5184e36b91b63b71 6,659 1.00/1.00 vMB 0
941,659 941,659 000000000000000000004cd79684f27a98eb56785d71517517e88ac241229e6c 7,743 1.00/1.00 vMB 0
941,658 941,658 00000000000000000001d04ea32e3da7e1dd70352454e2c3187abf98f078b57a 543 0.13/1.00 vMB 2
941,657 941,657 00000000000000000001144bd44363e84e93a6dfc507ab1977c5ffbe76707f3b 7,701 1.00/1.00 vMB 0
941,656 941,656 00000000000000000000f862c02a8e3363bd26af5abf8a14ee90363b3480d05c 4,675 1.00/1.00 vMB 1
941,655 941,655 0000000000000000000129e84ba813405af38e98bfc9cb3582ffac9633e66f91 4,153 1.00/1.00 vMB 0
941,654 941,654 00000000000000000000e1ba3f4867cc41d96d5a3b8207c3b3ce67a31571d3ce 2,040 0.60/1.00 vMB 1
941,653 941,653 0000000000000000000073b7a8c4a3a852d0f227a607b0ac3575087214bd1c71 3,554 1.00/1.00 vMB 2
941,652 941,652 00000000000000000001bb4a58d70f8c6042fae6b0041fb83d047a8b49455fa0 3,274 1.00/1.00 vMB 2
941,651 941,651 0000000000000000000210a6872516871e51e895e53a9c714b8e583eadc18c6c 4,156 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 829.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 4,670.40 GB
    • Received: 254.25 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.