Loading Tool

Explorer IconExplorer

Memory Pool

81,231 transactions
30.68 vMB
0.08796310 BTC
Random Selection Loading Transactions
Max Size: 187.17/200 MB

Candidate Block

Mining Attempt 45e3f6503c5c87ece337b2fddb08e3b6c2492fab7ac6bf1ef86af53e5621191a
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 4a80fe13c169d94d280bc3b65d482e2eab0b3f01835e818e9804ca271bf136a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,927
Size: 1.00 vMB
Total Fees: 0.01798104 BTC
Feerates: 301.57 > 1.80 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (476,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,714 438,714 0000000000000000031e0a2ee2864d1c597037f6be3bc7b8102dcaa1519f6205 3,004 1.00/1.00 vMB 97
438,713 438,713 0000000000000000029bdede5faf668565e8a0972c8c411cff4d1395c07db0ec 2,898 1.00/1.00 vMB 72
438,712 438,712 00000000000000000341b8be019c7c1bff721b2d412285ab796ef5ab2ae36213 2,131 1.00/1.00 vMB 87
438,711 438,711 00000000000000000116eb2c566212feaa679a7a16a55afe675c809d4bd59688 747 0.41/1.00 vMB 65
438,710 438,710 00000000000000000101f3c2537bdc8c80d5873b1ed8a0eb80db008b9036832e 1,607 0.71/1.00 vMB 59
438,709 438,709 000000000000000001f5aacc6e3dbb2cf69edb5054eb32eb6f59c5e0b23211cc 1,423 1.00/1.00 vMB 49
438,708 438,708 000000000000000003f80e4aa73ac9bb4e6bfefd215631d846a40b6f13faf302 2,420 1.00/1.00 vMB 61
438,707 438,707 0000000000000000030dabf8589f349a77c1c4b4cab62d5b2f03a64c11559cb5 2,968 1.00/1.00 vMB 87
438,706 438,706 000000000000000001f1f313be6bfbe7b18a9409918fdceba46fd269f880386e 386 1.00/1.00 vMB 9
438,705 438,705 0000000000000000034ef88fb05f4c0d2813b1716afa2489293be14d1525143c 563 0.43/1.00 vMB 53
438,704 438,704 00000000000000000299fbbf20e2c3777bd033dfb8789067f2e2525c759170e1 336 0.13/1.00 vMB 72
438,703 438,703 00000000000000000424c00adbb1c0e2b3f1a5f58be0fbe2d16a538463dab5d4 58 0.02/1.00 vMB 54
438,702 438,702 0000000000000000044fc42108148c5d7aafb9f69cb0da857f22e2ef78534998 1,038 0.94/1.00 vMB 31
438,701 438,701 000000000000000002f553145bde8d465f78fc6569b0714380256d86daa5bf86 2,142 1.00/1.00 vMB 66
438,700 438,700 0000000000000000036a103baa7c036a4576cc3da2b093185d682565e81c452c 1,400 0.75/1.00 vMB 49
438,699 438,699 0000000000000000002ab6ca95bc938a0810f3c4c4396b15828b07654b3366c2 2,625 1.00/1.00 vMB 66
438,698 438,698 000000000000000002078feff68840cd93fc0b9d87fb494bca8a24ef0d8a08e1 1,803 0.75/1.00 vMB 59
438,697 438,697 000000000000000002541b0dc3ead49a3924dbdec40c9fb7b70f4180b1a7162c 2,457 0.99/1.00 vMB 103
438,696 438,696 00000000000000000206a509ddac2085f862bc8940877bc0f194dc49b6dd6b2a 1,025 1.00/1.00 vMB 27
438,695 438,695 000000000000000002e9a8421cf9519a9455d73f7f54a2042629845d7ebaecaf 2,087 1.00/1.00 vMB 48
438,694 438,694 00000000000000000225a17fbd66bc1d09d7ef3f619fe34c6b553cf6e57dd33a 2,776 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 783.06 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: 720.78 GB
    • Received: 18.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.