Loading Tool

Explorer IconExplorer

Memory Pool

74,794 transactions
28.41 vMB
0.07657823 BTC
Random Selection Loading Transactions
Max Size: 173.18/200 MB

Candidate Block

Mining Attempt beb21caed5ac9291a9a21bd809f81689004b611290b0f6b4b2be4927ec55798d
Version 20000000
Previous Block 00000000000000000001b8fe66e50f6fb16a2fb40ba913d63eacf4d29f5658c7
Merkle Root 3ca15e97bc7f04cb66fa3ec442d6bce3ae3064a282a3dcff9b80dd1f5e63136a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,485
Size: 1.00 vMB
Total Fees: 0.01510804 BTC
Feerates: 150.77 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,249 (264,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,070 651,070 00000000000000000005e3645e1ca8a64b0c91f7fee32ca59008924fc982f7e7 2,589 1.00/1.00 vMB 109
651,069 651,069 0000000000000000000b408f03bf452973bf61b1376ca8e8bf148f8bfb12b0b4 3,026 1.00/1.00 vMB 112
651,068 651,068 0000000000000000000ac8d71c52032b71a8bc17bd4e9ac2361c4aa3d89d6681 3,057 1.00/1.00 vMB 124
651,067 651,067 00000000000000000006b140fc498ba634272920108be5cbfdda68454b8426d6 1,047 1.00/1.00 vMB 16
651,066 651,066 0000000000000000000e8ebcb4f7ac9ef3e51770fb909e94fad20f33dd40ee12 1,547 1.00/1.00 vMB 29
651,065 651,065 00000000000000000003409f2123e075a2f7975e85745a154a034eda048f88a0 2,538 1.00/1.00 vMB 39
651,064 651,064 000000000000000000060c19d4dccae898237fe9b34f869c377c902ac144aaf0 2,454 1.00/1.00 vMB 15
651,063 651,063 00000000000000000001d17a68f619120063137f340d2ff66617aef8bce56365 1,710 1.00/1.00 vMB 14
651,062 651,062 0000000000000000000d8b9486eae3d2609622da39fbe940a3fc10ee28c5887e 2,024 1.00/1.00 vMB 66
651,061 651,061 000000000000000000080b19616cc4b88c77f03b8b9d51a0201c9a26ee7a697e 2,222 1.00/1.00 vMB 53
651,060 651,060 0000000000000000000e2fbeb6c50d16d4b25cac29676c0969946226fdb58aea 2,896 1.00/1.00 vMB 101
651,059 651,059 00000000000000000004095c8ace8749dabedd6dca82d5864724a5332a27dfaa 1,240 1.00/1.00 vMB 19
651,058 651,058 00000000000000000007f80a69cdfcfb47182dee9df44db5732005a621fb0d0d 2,094 1.00/1.00 vMB 22
651,057 651,057 000000000000000000069c6cc1540b5286cad949675eb06d3930616180df1f67 1,416 1.00/1.00 vMB 15
651,056 651,056 0000000000000000000c8f9d5181871a542ba451fd491bdb87f7c1b458fd1dd6 2,126 1.00/1.00 vMB 21
651,055 651,055 0000000000000000000cb61521e47412328cd9483f290cb12dde0cde816696d6 2,662 1.00/1.00 vMB 73
651,054 651,054 000000000000000000031e906776863d79e5e5d50436354f7dd0e1bf67948183 198 1.00/1.00 vMB 7
651,053 651,053 0000000000000000000ca0b3f968a4cd14e39cbfaf4039f8d6b089fa2b958719 1,425 1.00/1.00 vMB 52
651,052 651,052 000000000000000000040e2a32dbb571c83adb5ff47d1c905c97c04c8f0f0291 1,076 1.00/1.00 vMB 21
651,051 651,051 000000000000000000023be226a302fef40818d8a9f130e0e3c7ab48420bf74f 1,603 1.00/1.00 vMB 20
651,050 651,050 0000000000000000000406e9cd464d32e523becde1a08b7ce0842d018d151d90 2,358 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.82 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: 711.24 GB
    • Received: 17.10 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.