Loading Tool

Explorer IconExplorer

Memory Pool

83,713 transactions
30.35 vMB
0.16838062 BTC
Random Selection Loading Transactions
Max Size: 184.10/200 MB

Candidate Block

Mining Attempt 7a972cd92b5e1decbccbc5b2ddee8f0e17379cbbb231848d483bd3a31258d783
Version 20000000
Previous Block 0000000000000000000184cd130959745a2ff6d2743a12e47bfb4914c737afd9
Merkle Root 10892ac97d44da2eddd4150eb941737276513c29f4bfb17696a82d5d69393eb4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,118
Size: 1.00 vMB
Total Fees: 0.10606029 BTC
Feerates: 155.43 > 10.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,958 (457,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,081 457,081 000000000000000001719a862f606dcbd2cc5a6e2bcca5206cd380bbfd64e97e 2,222 1.00/1.00 vMB 252
457,080 457,080 000000000000000001b120ee71ce3f67f6e22903d75e03d3938df7da65fa731d 1,948 1.00/1.00 vMB 182
457,079 457,079 000000000000000000008d319c7da7285f3d1b1f30b4f200da7b4258174340e7 2,123 1.00/1.00 vMB 202
457,078 457,078 0000000000000000024f7eb5e383ae77d9ee6c1152a7400adb2c5fa54affd6b9 2,427 1.00/1.00 vMB 224
457,077 457,077 000000000000000001e7acab1ee72428ee961efd8e40e1c8a75dc4bd6c70cd00 2,281 1.00/1.00 vMB 237
457,076 457,076 0000000000000000023804c674147552366e1e6d80e432bd19868b538b212801 2,655 1.00/1.00 vMB 199
457,075 457,075 000000000000000000364fe0df38d72bbe7a9b5a512f62c43505721daf0f660b 1,320 1.00/1.00 vMB 219
457,074 457,074 0000000000000000006134ae9695141600d9d8930870ccd8bf082d745a97c8c6 1,599 1.00/1.00 vMB 264
457,073 457,073 00000000000000000061661aa4aa6f91cccee91bd7de2a0317c5bdf82bccac07 1,982 1.00/1.00 vMB 190
457,072 457,072 0000000000000000020ee1ccfa02c0bf5cfdc7cff4cbe64f6d6980cbaff9eb8f 1,644 1.00/1.00 vMB 151
457,071 457,071 0000000000000000015ccee11568f9d86423612ce51e6687234c691c9760e619 1,675 1.00/1.00 vMB 174
457,070 457,070 000000000000000001b3c4910b4264f3ee870e94773c32f471398b6e43ebcbbc 2,195 1.00/1.00 vMB 209
457,069 457,069 000000000000000000afb8e179173b99d02b216480040b62f6e4be9f033095b5 2,435 1.00/1.00 vMB 189
457,068 457,068 00000000000000000218c18a02391a05bf28b6b3cbd2b296192409b11dc451c3 2,022 1.00/1.00 vMB 244
457,067 457,067 0000000000000000012bc72ebdf4217116211c565196cad522666b685b422abf 2,041 1.00/1.00 vMB 223
457,066 457,066 0000000000000000007a3fea7fcbddbdcc3a1e7e681015688f39888a8931d001 2,289 1.00/1.00 vMB 195
457,065 457,065 000000000000000001eb49730a7fa142bd82ec96e756c91c738162dc378158f1 2,036 1.00/1.00 vMB 152
457,064 457,064 00000000000000000153207b059394631188c2f31de8f423f36aa95ba918246d 2,353 1.00/1.00 vMB 188
457,063 457,063 0000000000000000014f3632d96f1646a78d20acc4c27562a5f6f150823387b7 2,508 0.99/1.00 vMB 224
457,062 457,062 000000000000000000c6487c881b11530f48bbfad9bd9a6f6a2c1e645e65cd8c 2,675 1.00/1.00 vMB 328
457,061 457,061 0000000000000000020e46c7f0c75072111fca93c2d31726b2791b8c8dc96ac6 2,683 1.00/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 782.32 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: 660.24 GB
    • Received: 14.64 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.