Memory Pool Memory Pool Refreshing

6,363 transactions
5.74 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
7 sats/vbyte 2
6 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
883,197 0000000000000000000277260000000000000000000000000000000000000000 1.00 vMB 2,345 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 883,196 (71,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,536 811,536 00000000000000000003553bea841d916c0351ffaf87122a5247a745056ace5b 1.33 MB 1,574 11
811,535 811,535 00000000000000000004ab6abced85727bbb59232c7cb4f29285515f4f5d38cc 1.99 MB 2,863 12
811,534 811,534 00000000000000000003ed76f7d0218303eded84a4b88bd251346f3b5f637984 1.57 MB 3,428 30
811,533 811,533 00000000000000000000101c56428bcc51c31891efdb160d39ba440a0fca9f72 1.72 MB 3,257 15
811,532 811,532 00000000000000000000c7e31ea9ae76527347f0cf590b4c1b6c59f107bb0e5d 2.03 MB 1,609 6
811,531 811,531 000000000000000000049142d3dd36d2961c999a689dda55b82b7babc0bfc719 1.44 MB 1,850 8
811,530 811,530 00000000000000000003160fa223c7dd3d850d1923c565e2cf68d39e0d38207d 1.48 MB 3,438 23
811,529 811,529 00000000000000000003b7f73a88482424c1be37d054252a94bfd561040731c0 1.51 MB 2,884 14
811,528 811,528 0000000000000000000071e987523626faf9b5f212ad2f1cac9ac93023c9ca5f 1.95 MB 1,203 4
811,527 811,527 00000000000000000001c6654843342b836378ca3a094cb43d2e73bc76c37c4d 1.59 MB 1,725 8
811,526 811,526 000000000000000000049d15334530e5d59c426d9d6071df7da99fcd09b00b3c 1.56 MB 3,703 22
811,525 811,525 00000000000000000001e10a262e1aa6856223f6f7159ca92d66a526ec4721ef 2.10 MB 628 3
811,524 811,524 00000000000000000003926d5a57999aa85cdb5e922d19d04bda0c6b3b80f361 1.83 MB 2,231 9
811,523 811,523 000000000000000000006c30db18e2be7474f2ff94c6f89e8e806ea460b5f27f 1.79 MB 2,549 12
811,522 811,522 00000000000000000003dd34d0a2eca3f5b90bb45a347a077dad26fa11f0b8b9 1.98 MB 1,290 6
811,521 811,521 000000000000000000025068048a62af20eb3b7172b81759937ee6fa69b8d443 1.95 MB 1,852 10
811,520 811,520 00000000000000000001c93510252a2610d2af0a9a300d5e987022019ee72da3 1.93 MB 1,578 5
811,519 811,519 00000000000000000002ed6884ad951b99d33bba5a105844887a3799b6afe93b 1.51 MB 3,095 17
811,518 811,518 000000000000000000003d3253686b42b174f679cf32106c4cb7eee12b492156 1.77 MB 1,180 6
811,517 811,517 00000000000000000004a5673e71e19414ffd7c87083f462c11f9dcd5477ea7c 1.50 MB 616 2
811,516 811,516 00000000000000000003582bcb057a06ecd9fd115aeb68bc18c64620b78ea1b7 1.60 MB 3,172 20
Previous 10 blocks ↓
Total Size: 724.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,276.94 GB sent, 87.22 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.