Memory Pool Memory Pool Refreshing

12,702 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 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
907,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,048 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (105,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
802,537 802,537 00000000000000000005268c5e6549c8d0c00f499cff0e49caf13c97648c52f6 1.70 MB 1,532 7
802,536 802,536 000000000000000000002a6be1ff67d6df786187641b4fb0d99dae9ce2c47be2 1.49 MB 3,229 20
802,535 802,535 00000000000000000000221a629e9c6dc512b941bd770118b647d276885b8260 1.27 MB 1,036 9
802,534 802,534 000000000000000000011af3262bf110b2ad42c4efab811ac4ff91ece1a49611 1.48 MB 2,714 23
802,533 802,533 0000000000000000000441017717dbfffca728ef5447fa95ed2b5165a0321f3f 1.54 MB 1,999 14
802,532 802,532 00000000000000000001cd5df0ea71899f40463db156b75dbb0c6ee9f14dfd3a 1.43 MB 2,052 11
802,531 802,531 0000000000000000000051ee3e6901d195f83a3ebc6e70bf8d28ee2e6af93059 1.61 MB 3,275 26
802,530 802,530 0000000000000000000163759c08b0404b278fae73658f69cb4776505bc9d486 1.55 MB 3,405 24
802,529 802,529 00000000000000000002bda7220f895fc41167e27421370be3805aafbd9213c8 1.53 MB 3,362 20
802,528 802,528 000000000000000000038f2f4885969ab58da9a0b5cc75d371049b3c015e3e60 1.52 MB 2,842 24
802,527 802,527 00000000000000000000070d0997b8a352a3f70c3653ae72fede9e53b46be42e 1.59 MB 3,728 28
802,526 802,526 000000000000000000008a079d0bcf6fc3123ba0bb1446a9aec157e32c8e2252 1.41 MB 3,043 48
802,525 802,525 00000000000000000003e3054f1cd55e479ec275c1826eecbbca3966c417f902 1.44 MB 3,151 36
802,524 802,524 00000000000000000001a2a214a89d1632e11912d85f35b4908e18f591a91aad 1.90 MB 5,393 10
802,523 802,523 000000000000000000048efc2e736c14af82862521a5145bbfd4180a1e3a1530 1.87 MB 4,171 7
802,522 802,522 00000000000000000000443e19bf832c6b2c2a8789aebb151ab3f24e90d15a75 1.86 MB 2,347 10
802,521 802,521 0000000000000000000126ec24ec3d6fc0f47e198011836702e383648bcf25b8 1.69 MB 2,269 9
802,520 802,520 00000000000000000004d5b9528fa374c5f460558a4073eb1af3c638f6d2bd38 1.31 MB 2,383 15
802,519 802,519 0000000000000000000502a62ce67d6eabbaa88e0a6a74f7f98009a216bc1d22 1.42 MB 2,463 16
802,518 802,518 00000000000000000003966fcc08adef4818719508d2e07dc8a524ac1bd87ab8 1.46 MB 3,062 24
802,517 802,517 00000000000000000000fe84eddcb8ca62e503429aa2e7a822502bf729ffd9f4 1.45 MB 2,827 33
Previous 10 blocks ↓
Total Size: 769.01 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: 1,622.19 GB sent, 92.93 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.