Loading Tool

Explorer IconExplorer

Memory Pool

38,083 transactions
27.24 vMB
0.06570392 BTC
Random Selection Loading Transactions
Max Size: 138.31/200 MB

Candidate Block

Mining Attempt f31207031f39c9b589e690a7433293574780fd2197a7861b097145492f034470
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root 7a4671eb9f4b7e04d60fca8f766d945d78a189e1d3c6277f83184663b9d032ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,463
Size: 1.00 vMB
Total Fees: 0.01409301 BTC
Feerates: 179.53 > 1.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (412,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,530 502,530 0000000000000000008adb20499d322878f9afb9e0894e1ea9402b39ab35c300 2,752 1.00/1.00 vMB 511
502,529 502,529 0000000000000000007014456ded240141ab992fa7f2811cf69cf00c8eed91a1 2,902 1.00/1.00 vMB 475
502,528 502,528 000000000000000000740e831fc54e0ffe14981a8f68e029340af02fe1d29b6b 2,447 1.00/1.00 vMB 546
502,527 502,527 00000000000000000050d0df448df4d297da96156e61734c76ccce99e70e5f79 2,723 1.00/1.00 vMB 524
502,526 502,526 00000000000000000005dfa24d5c95699d670b88f493506d4106175bb471d2f1 2,390 1.00/1.00 vMB 346
502,525 502,525 00000000000000000068d4d310e943bbf165a20e96104a41565cd90d915c42d0 2,859 1.00/1.00 vMB 382
502,524 502,524 0000000000000000002fc55df31c7924f20ee04a248bdf65fe2ed60a655c11b0 2,540 1.00/1.00 vMB 390
502,523 502,523 00000000000000000001e16a1cfb0d72386b89e0b10d40a1a0c441c9b9c62d95 2,575 1.00/1.00 vMB 430
502,522 502,522 0000000000000000008c8f2437d13a70632eb9e5ece259f2f96d03cac3ae5c84 2,563 1.00/1.00 vMB 469
502,521 502,521 00000000000000000005b87b965e2ec0ed307bad187fbca4cd2449093ffb3de9 2,513 1.00/1.00 vMB 510
502,520 502,520 0000000000000000005760333450ebb5678f6e831ffd7612c561c709a86347a1 3,175 1.00/1.00 vMB 433
502,519 502,519 000000000000000000188919e963e5fabbb439c19212ab937a5ec6c317bc0f3d 2,606 1.00/1.00 vMB 457
502,518 502,518 0000000000000000008b261eb9390d5f6a11d0dddee5a033f96d4636c9154fdc 2,264 1.00/1.00 vMB 531
502,517 502,517 0000000000000000008eac63fa0b701104daf1ed9c46127e8a69dde6b29013c5 2,471 1.00/1.00 vMB 453
502,516 502,516 0000000000000000003891bbfc15fe617b1cbf65bfa64483544438107a074b0f 2,184 1.00/1.00 vMB 499
502,515 502,515 0000000000000000006084361ee3c85898bb213db6af5c0c42cb8d2df21af4c2 1,932 1.00/1.00 vMB 615
502,514 502,514 00000000000000000018baeb2c91fe2b2d699f33f32a843a3cb5174289ab8700 2,493 1.00/1.00 vMB 411
502,513 502,513 000000000000000000800fa810d16f8c3509d16cd0799fc56b205897b3ed9866 2,423 1.00/1.00 vMB 498
502,512 502,512 00000000000000000028d861f9963439df49a7ef2d5ca6d808fde42a53243a82 2,267 1.00/1.00 vMB 571
502,511 502,511 00000000000000000047e739524aabf51da05abccee3dc8d8d6258916ef70128 2,773 1.00/1.00 vMB 454
502,510 502,510 00000000000000000027f0cbf9799c99245cb6c323ffd469ec11240f1a4cc374 2,747 1.00/1.00 vMB 441
Previous 10 blocks ↓
Total Size: 781.76 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: 632.16 GB
    • Received: 12.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.