Loading Tool

Explorer IconExplorer

Memory Pool

42,272 transactions
26.97 vMB
0.06436236 BTC
Random Selection Loading Transactions
Max Size: 141.37/200 MB

Candidate Block

Mining Attempt 0794ff4d17ed480256eee9bd157d60012d7fdd3ce0fbba50dfdfde5c21049eb7
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 2ea4900d05f67653a87ff2d6017b979901e77f7deaac9c389875c201fc268053
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,679
Size: 1.00 vMB
Total Fees: 0.01429838 BTC
Feerates: 60.14 > 1.43 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (364,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,719 550,719 0000000000000000002049ffb228c3f3e2865c191d265364b12f317f5ae7e86b 2,692 1.00/1.00 vMB 66
550,718 550,718 0000000000000000001200eb0ea2b87949080d0ec27ad41d6085c9b2f05d325f 1,055 1.00/1.00 vMB 47
550,717 550,717 00000000000000000005915b87f3e13410e1f421db43fac09d60d05e24d3cf32 1,578 1.00/1.00 vMB 61
550,716 550,716 00000000000000000012333e915f8db8e4bc43d7e01974b8e2f4934d8aa1f57c 2,258 1.00/1.00 vMB 56
550,715 550,715 000000000000000000100a8208f1a5ab3a4afed7809c2a14a46df026150f5fc0 1,930 1.00/1.00 vMB 75
550,714 550,714 000000000000000000146b13196e32710a1c07a6293f4535e45596645f02d258 1,245 1.00/1.00 vMB 89
550,713 550,713 0000000000000000001c8661918a05385dcd5cbd07ea26947b716e685f0e9bbf 2,881 1.00/1.00 vMB 4
550,712 550,712 00000000000000000006592646020449dab4cd96280b85ee4109e3183a7ab5d8 2,284 1.00/1.00 vMB 13
550,711 550,711 000000000000000000202941a24ecb3f6ef34d6d39ca508104cdd7eec3eac10f 2,296 1.00/1.00 vMB 11
550,710 550,710 0000000000000000001f4d09ab211c7547120073ec4978aa1e1977e0be471f35 2,341 1.00/1.00 vMB 42
550,709 550,709 00000000000000000006d0ea1aa212b4a28d783f911783b75cb46d57387af0a1 1,318 1.00/1.00 vMB 14
550,708 550,708 0000000000000000000b9969e435a591031d3f250a2c283705b9b0f19916e61b 2,412 1.00/1.00 vMB 9
550,707 550,707 0000000000000000000adaa503b7309d636529ed81cbc67eb9bb6c4480c261e5 2,984 1.00/1.00 vMB 35
550,706 550,706 00000000000000000008ba5bef9191cb68211a581ef71c6018555c8d2f6048dd 1,900 1.00/1.00 vMB 12
550,705 550,705 00000000000000000025383be30f031ea4faf6f29bcf1e7f2a784eabe462fb78 2,486 1.00/1.00 vMB 19
550,704 550,704 00000000000000000014f091fbd0b45ba268ee22a3cdeb82ff24ddd546a8e8c7 2,447 1.00/1.00 vMB 33
550,703 550,703 0000000000000000002807d4c63fa837d51754452df5eca25b8828eac47d4716 2,319 1.00/1.00 vMB 26
550,702 550,702 00000000000000000027d97d091778243d3b80a5ae84bb5cf7d7fe77b997d86c 2,026 1.00/1.00 vMB 24
550,701 550,701 0000000000000000001a82b6bd575741ecb402238a87bb3e11645b7df58def6b 2,241 1.00/1.00 vMB 20
550,700 550,700 0000000000000000000245c3f0f1562449659fcf794280aba29c18a91eedd371 2,343 1.00/1.00 vMB 6
550,699 550,699 00000000000000000009c7c2ba78fc0030d6723b7d492cb723d094da4ac7e429 2,539 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.23 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: 655.03 GB
    • Received: 14.23 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.