Loading Tool

Explorer IconExplorer

Memory Pool

84,078 transactions
31.37 vMB
0.09551608 BTC
Random Selection Loading Transactions
Max Size: 191.58/200 MB

Candidate Block

Mining Attempt 16665a7cf1cd259e606522f8d4f6b6b3b476a383905d055086d37f1c928fa893
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root f3f06d0cb227573fc4725c1d6ec84a6d30029a4a2e75cb761bf69fd8c698da9f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,743
Size: 1.00 vMB
Total Fees: 0.02382307 BTC
Feerates: 150.77 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (206,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
709,079 709,079 00000000000000000009f35b9d6d3ff72daf7d9c66d3fbf06934068c05379d9f 3,317 1.00/1.00 vMB 23
709,078 709,078 000000000000000000001f95d4bcb7854dac77da9f43bd35c0eadfa297d5d0ff 2,615 1.00/1.00 vMB 27
709,077 709,077 0000000000000000000017e3e40294241f45d1d9fb201a57e296588bf3a129c9 2,296 1.00/1.00 vMB 17
709,076 709,076 0000000000000000000a66661135cc362aab9d3a64837bc4a13c76957a0a4cd9 3,288 1.00/1.00 vMB 21
709,075 709,075 0000000000000000000a49a80b7e9f4cb41901fabe4226e515cfb56e1f147562 1,857 1.00/1.00 vMB 16
709,074 709,074 00000000000000000009e0af42369b3d1971aaa08a8718b6917b03254469cd2f 979 1.00/1.00 vMB 6
709,073 709,073 00000000000000000008fc5e7cca3836e3f5004eb9d318c77c91e3ba2c237d15 1,971 1.00/1.00 vMB 9
709,072 709,072 00000000000000000009fd4471c1f3bfabb707d4edb898719eddb3b19fe2b6fb 2,750 1.00/1.00 vMB 19
709,071 709,071 000000000000000000010c0571455836f17d09c293abf0031a6b2f534f2e0799 3,593 1.00/1.00 vMB 24
709,070 709,070 0000000000000000000c3d5e5f8f4b1fdde4d682ce978cd5cf36f672de9da12f 2,560 1.00/1.00 vMB 17
709,069 709,069 00000000000000000008903a33bc207626f8f0f4a446f5905ccfc223e8ad50b4 551 1.00/1.00 vMB 7
709,068 709,068 0000000000000000000c55ef5e60211026494916371f31eaa8b946264c1bf9b0 1,873 1.00/1.00 vMB 15
709,067 709,067 0000000000000000000344e92b4ed6543ad414dc7ee5f1657a0b8e627972d680 1,718 0.54/1.00 vMB 14
709,066 709,066 000000000000000000054ab2330b2d6aecb137f9dbcac3a8c21e38693c293716 1,574 0.76/1.00 vMB 9
709,065 709,065 000000000000000000062ab74aedf015416526976af3ef5bd7280156aaa8aed0 457 0.12/1.00 vMB 20
709,064 709,064 00000000000000000008dd4d4fad7c7370baace5f64b600c1fdb2e5ca42965ac 297 0.41/1.00 vMB 6
709,063 709,063 00000000000000000007d5566a50f1e12401073a9210d0147e7716b0dad280a1 2,988 1.00/1.00 vMB 13
709,062 709,062 0000000000000000000a5f1ff558afcccf732a1d2277e7595dbd5942291a75cf 583 0.98/1.00 vMB 4
709,061 709,061 00000000000000000006242cd68bc4791c9fde42e77bdaee1d2fef9f73c756e1 2,973 1.00/1.00 vMB 6
709,060 709,060 00000000000000000004fda157e20b8b0473021c02e7c37a841255d9b310b5f8 3,347 1.00/1.00 vMB 21
709,059 709,059 00000000000000000009bf2cd436b18568b0129055bb22c80a38d501e5d7f726 3,051 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.97 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: 716.10 GB
    • Received: 17.78 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.