Loading Tool

Explorer IconExplorer

Memory Pool

25,686 transactions
14.10 vMB
0.04957375 BTC
Random Selection Loading Transactions
Max Size: 83.42/200 MB

Candidate Block

Mining Attempt eca2bdd9666f4eae855d8284ac03516f9ee3c3d8ec8eb39bf5f1baa021ce1dfa
Version 20000000
Previous Block 000000000000000000014995d978152603e84612a307536dbc1774ab77d73327
Merkle Root 422526d8d815b1dd0be383e0129af95de4041af2d14deb58a883398dec3641b2
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,139
Size: 1.00 vMB
Total Fees: 0.02930830 BTC
Feerates: 1,139.96 > 2.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,550 (46 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,504 938,504 00000000000000000000498bd7ad39884f75b8cedb0d1df049ada31026f7ccec 4,323 1.00/1.00 vMB 0
938,503 938,503 0000000000000000000101f68972e50ee36a5a2a9f930e86b89045c2ca977259 2,418 1.00/1.00 vMB 1
938,502 938,502 0000000000000000000036b6a34eb829fb0ba463f9dd2b1999c417100088cfde 4,634 1.00/1.00 vMB 0
938,501 938,501 00000000000000000000d829b291478d0e3add4fb1ec8fb6b630063e565cc7f5 3,810 1.00/1.00 vMB 1
938,500 938,500 000000000000000000016dd6a6f2cb82c530b6f95b2a2800c8401b1f8b82c753 4,711 1.00/1.00 vMB 1
938,499 938,499 00000000000000000000af5a57d008e6f73eb450b0419af89866cb9b38a4d0e4 3,339 1.00/1.00 vMB 1
938,498 938,498 00000000000000000000a80e3680cfc0fe7f516b9c98714b2c9a8922d7950012 3,699 1.00/1.00 vMB 5
938,497 938,497 000000000000000000000e516a101cd19f3a565099e9c3bebb33e06da4a1716b 2,820 1.00/1.00 vMB 0
938,496 938,496 00000000000000000000dc99b50850af41cabce8b9e372412802656804343f39 4,313 1.00/1.00 vMB 1
938,495 938,495 000000000000000000019f5857b209e2daa89291dd2e74f19725a0882a7f7701 405 0.11/1.00 vMB 2
938,494 938,494 000000000000000000002dfd9ae14f83d1984f73e0e412fef8a5eac7536f992f 3,085 1.00/1.00 vMB 2
938,493 938,493 00000000000000000000a5d1d4cb682edfbf2554b01a3314d733789542d2e000 492 0.14/1.00 vMB 2
938,492 938,492 0000000000000000000117106f585bf49826893a125e66bbf508762f64afd0df 4,651 1.00/1.00 vMB 0
938,491 938,491 00000000000000000001d4596a69407909269502c4b48d7afc8b656071704086 3,007 1.00/1.00 vMB 3
938,490 938,490 000000000000000000008241e243596f8f3c9d4f5ab8b37aa61350a457155343 5,079 1.00/1.00 vMB 0
938,489 938,489 00000000000000000000e51aff8161047a76eb4959fe10856a2450aa298b9763 4,724 1.00/1.00 vMB 1
938,488 938,488 0000000000000000000097019d0f03ec72c1b7654c4c29771f15f834440c4154 3,957 1.00/1.00 vMB 1
938,487 938,487 000000000000000000018dadd4e7ee7d1049eb1048f4dc36b4e1413a65d2e8bb 3,577 1.00/1.00 vMB 3
938,486 938,486 00000000000000000001266e8f35e162abb5fe8c3c9d0a4c0607ac8c086d659b 3,370 1.00/1.00 vMB 2
938,485 938,485 00000000000000000000919d622a48f8dab3d601db6a12e8d2695b5f42d8e4e8 3,424 1.00/1.00 vMB 2
938,484 938,484 000000000000000000000c2d7418d9f453f7693eebf3f7cba50c15b1d5f7789f 1,656 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 824.10 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: 4,117.74 GB
    • Received: 227.30 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.