Loading Tool

Explorer IconExplorer

Memory Pool

39,784 transactions
28.61 vMB
0.07560657 BTC
Random Selection Loading Transactions
Max Size: 145.14/200 MB

Candidate Block

Mining Attempt 5ba362489d26212d06b0e73abd8692755a4c4c6bb2d11a0a56a5432b88e93f87
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root cd128ac26e80b34aa1050023d20319049eca42dd615a617ca5807dcc10c5f854
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,382
Size: 1.00 vMB
Total Fees: 0.02026213 BTC
Feerates: 150.93 > 2.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (527,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,119 387,119 0000000000000000040ea8a864a05ba29d5d6a8455f26627511796162ac8623d 489 0.93/1.00 vMB 10
387,118 387,118 0000000000000000090fdb78f2de8e1fdc9cc7ab402f4fa94a859abc04d6f638 669 0.34/1.00 vMB 30
387,117 387,117 00000000000000000a849e4c5cd4b751f837892f627562958adadc4304fc96b1 756 0.97/1.00 vMB 19
387,116 387,116 00000000000000000187c2e494a811cbc32612dceded1fa30e138f53849a9c4e 704 0.95/1.00 vMB 13
387,115 387,115 00000000000000000b3218ebc6670e4b387e963eac8d6da5836351c4ad54f5a0 1,625 0.99/1.00 vMB 24
387,114 387,114 0000000000000000085a7ef5c91f4d88bc51c2c31cdfae4564a90673c9ed42db 1,079 0.75/1.00 vMB 26
387,113 387,113 00000000000000000bb4a669eeeafd5cf8d31f7a75ba441adc698a99685fb7a0 1,814 0.93/1.00 vMB 32
387,112 387,112 0000000000000000005f72d105f0747009c7af6aa196afdcf19fc45a1d70cdd1 2,726 0.95/1.00 vMB 46
387,111 387,111 000000000000000005fc8c5d1a27b5f8a7dca635fbfaef6c85fb4b361d79ce31 1,104 0.99/1.00 vMB 21
387,110 387,110 00000000000000000ac8d392f3371ba1d4f40e6b51076c2078718c0efab97fa4 1,078 0.88/1.00 vMB 19
387,109 387,109 000000000000000004f0baad232214d5160737702e217664a3d5006451fcef6e 2,363 1.00/1.00 vMB 37
387,108 387,108 000000000000000009a38d3df00677f1fff43f9d38facdf3a4cb8e05e35d0f8e 1,630 0.75/1.00 vMB 42
387,107 387,107 0000000000000000002c2971430401a19913d767f2ea032b319c33944244ed07 1,710 1.00/1.00 vMB 35
387,106 387,106 00000000000000000ac1469b2d2a49c51786bd14fe0b59145f53d3e14e76c87e 566 0.93/1.00 vMB 14
387,105 387,105 00000000000000000d125db5adbf345fcc89949b945d422a2d82f23c8b35fd53 1,849 0.75/1.00 vMB 38
387,104 387,104 00000000000000000cdf8def6ebcc1f7ec340fbabbf90b1fa6b9e7c239053c47 1,701 0.75/1.00 vMB 35
387,103 387,103 0000000000000000023b2d4dbffb48a2716018444f73166710270a209d2a87ea 2 0.00/1.00 vMB 0
387,102 387,102 00000000000000000b7affe0a58577f568dd1e2c9a8e06ad2c952455fbfb2305 41 0.05/1.00 vMB 13
387,101 387,101 000000000000000009760b01e171427b2e9d7256829df557e92ed7b6799e7aa3 2,306 0.95/1.00 vMB 33
387,100 387,100 0000000000000000046b46aa8a27efcfca8ab9f28bd274fd1132ce04c5877fe2 2,928 0.95/1.00 vMB 49
387,099 387,099 0000000000000000031b3f2298391e52c3aa94e1001d47afc115e165cdf5dbe3 293 0.18/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.15 GB
    • Received: 11.87 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.