Loading Tool

Explorer IconExplorer

Memory Pool

88,425 transactions
32.21 vMB
0.13883742 BTC
Random Selection Loading Transactions
Max Size: 195.15/200 MB

Candidate Block

Mining Attempt 18f67ed024e840fcd03c5c33cce0d684310ff777d6f9dac324ce020e998659b0
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root bd2f9d5cc57f4e55d53fc82952f80e4f96e7a9c6a045293b8c14d42ca9484f57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,979
Size: 1.00 vMB
Total Fees: 0.05192837 BTC
Feerates: 101.65 > 5.20 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (84,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,236 830,236 000000000000000000017edf70e29f2b66ceec0470312ee970e4d9a42d68cba8 1,604 1.00/1.00 vMB 17
830,235 830,235 000000000000000000025b368e5d74cbc4955393147672fac8a54198f7666a44 1,881 1.00/1.00 vMB 47
830,234 830,234 00000000000000000001ec5d2c8f4f20e9a89def9003ae3e03922b54ad18457f 2,513 1.00/1.00 vMB 36
830,233 830,233 00000000000000000000aaad0ce44ab537e561308d8ee57937fca8e31ae7f19b 2,741 1.00/1.00 vMB 41
830,232 830,232 00000000000000000000c8421b8bd1b1a224644d30d7848b05e2d500dfc45706 1,505 1.00/1.00 vMB 14
830,231 830,231 0000000000000000000246d24c242dd21140d5dfe01d3c48c8048ef8ba9f7ad4 2,148 1.00/1.00 vMB 35
830,230 830,230 000000000000000000035d4765de34aa7a3a21f85e28582c14c961cd9f3f5d20 2,886 1.00/1.00 vMB 46
830,229 830,229 000000000000000000002605fba948aa27356ba3ac482064f41b7f18b92ed318 3,102 1.00/1.00 vMB 24
830,228 830,228 00000000000000000002290a334d4e7af770d861b11b02e789e0d626babaf1c0 1,954 1.00/1.00 vMB 22
830,227 830,227 00000000000000000000488ccc6f2edd9f2b088ce1106ddf802dce57e1cfe21d 2,228 1.00/1.00 vMB 35
830,226 830,226 000000000000000000030c338f267da82d260cc1503edda8bf075393e9780f7d 2,793 1.00/1.00 vMB 67
830,225 830,225 0000000000000000000099ea0214b0f62b3eed9c5a79c7aaa0cadc65d28ac579 2,059 1.00/1.00 vMB 21
830,224 830,224 000000000000000000036b742854b1b7a5ac0db102e4ed86baa115339dd8ac1e 2,640 1.00/1.00 vMB 34
830,223 830,223 00000000000000000001cb3ec08756153e7fdf75041ac0b5e4a676af53e47f11 2,519 1.00/1.00 vMB 44
830,222 830,222 000000000000000000016971c19ab96bf2ae0f41fe9921fa601b4d85e946b8d7 4,015 1.00/1.00 vMB 17
830,221 830,221 0000000000000000000277ab5f483a3bb840256782822afaecf84a9d9970c9be 4,859 1.00/1.00 vMB 19
830,220 830,220 00000000000000000002c03b9c532977b9c2758d3f43a0d7f904bb3d1464c9b7 2,340 1.00/1.00 vMB 37
830,219 830,219 00000000000000000000498d0372540c28a1b3ef1a7152e9c19e6096d88f3063 1,476 1.00/1.00 vMB 19
830,218 830,218 000000000000000000029e14095b3cb97c8bebac25586ce3c9e006bda4e3f593 2,334 1.00/1.00 vMB 18
830,217 830,217 00000000000000000001b19dd29ab365e91c524dcdef4901e09139fceae309c6 3,770 1.00/1.00 vMB 24
830,216 830,216 000000000000000000013561aa95717a89df029d1511cdd697f69d8495236780 2,282 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.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.