Memory Pool Memory Pool Refreshing

10,359 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (518,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
389,329 389,329 000000000000000003f76a642f944ace531120318046fc081f93e2de5fde5dbc 0.12 MB 134 16
389,328 389,328 00000000000000000013ef14fff1a49d235463a65ca93cf06c481d213f63b6b2 0.36 MB 838 29
389,327 389,327 00000000000000000a6a9596c06807e2263cdf34dbcb9a68576f6dd7984e05c4 0.88 MB 1,996 36
389,326 389,326 0000000000000000045cd60eb3e2f5334c037489631200afec0145cdffa401bb 0.87 MB 1,692 29
389,325 389,325 0000000000000000053528f3ccc593fddf18ee745863f929121bb4ee9f34c386 0.63 MB 774 18
389,324 389,324 00000000000000000ad59ceaad6779a30a4e60f4bd9cbe311370bfc3cfebfe30 0.14 MB 349 33
389,323 389,323 0000000000000000039dcfec7ee93d3821e6e76ca97c8d263249463a049f51fb 0.97 MB 2,573 39
389,322 389,322 00000000000000000798870a519498391c258d3df990c3bc4ccd10fab44c0cab 0.31 MB 848 38
389,321 389,321 000000000000000001e73ee1c97ec915e5212f2894ef706b9779d002bab0e0c5 0.53 MB 1,316 37
389,320 389,320 0000000000000000041ad06a3abde9f9abfd563d8251f62d75cf9ad31f1f99ca 0.75 MB 1,751 33
389,319 389,319 000000000000000005cfc653936d905e660b033e8dd97ca5bcce56001d133ef2 0.41 MB 750 32
389,318 389,318 000000000000000002342729e6352114fc19eaaa9696081056cf5b22656c4ce8 0.39 MB 940 36
389,317 389,317 00000000000000000621fc669b27502474453a7172e63cf7c99b6c7c79b7cf85 0.50 MB 822 27
389,316 389,316 000000000000000007149c8558a0b62ac9ff0279275b2863489f6ed510bec509 0.41 MB 743 28
389,315 389,315 00000000000000000b990141af45a224bb57e4ca0f2904d9ab6c2a270871d9d8 0.93 MB 2,619 45
389,314 389,314 000000000000000001085d8ec62fa87cb7736b63478abbd3d00ff488b88f15f6 0.00 MB 1 0
389,313 389,313 000000000000000006bdb41a071a400654334b3247f052477b427888d0c36105 0.21 MB 543 35
389,312 389,312 00000000000000000755ac38fb2c3ba761f9ea02c8fb433e298995109be62fe1 0.00 MB 1 0
389,311 389,311 00000000000000000acaa8cdd103936736bcb36c56b62c7bad389529d710c367 0.53 MB 565 16
389,310 389,310 00000000000000000963c00a98fc1ee47d8254f9331a711e181203233eb36223 0.93 MB 2,564 40
389,309 389,309 00000000000000000496929a6d99aed0262acc773c1ddff0fb7b5d8399282dc7 0.33 MB 662 28
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.