Memory Pool Memory Pool Refreshing

7,494 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (754,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,732 153,732 00000000000001fdca775726afedfab61504d6494ddac34a3f2a209b7f1b5702 0.00 MB 9 19
153,731 153,731 000000000000072b55fc5307e6e8bf6a440f95bfd5202194629a5fd1f47e90f5 0.01 MB 48 22
153,730 153,730 000000000000095ef63b167abbc9a81e5f1dd450bb434984ee8cde6966495d42 0.00 MB 6 463
153,729 153,729 000000000000014aeced0574ae9fa52e72e1ed580b3413f90cc667c4c20a8718 0.02 MB 27 10
153,728 153,728 00000000000005ea4de5f4e5537442a5f74832c875eccecd0b052d0437105927 0.01 MB 13 6
153,727 153,727 000000000000090dd3329c4ee2c3e79f86803503f615721349e524ea7f9692e4 0.00 MB 9 81
153,726 153,726 0000000000000340fe5ea9977089da8321dc45f19e3d01b85617dcfea946236f 0.00 MB 7 82
153,725 153,725 0000000000000aa282f9ebae2440cf198d7795ddc0fa3c4759b25a41c1f24289 0.00 MB 7 50
153,724 153,724 00000000000009f073ee8a097c382e89069bc1d37d93e75b6dde4d01d901a33b 0.01 MB 29 181
153,723 153,723 00000000000003359b8f144167a09ba188874e21c772976b6992d34e518b0c5a 0.00 MB 10 0
153,722 153,722 00000000000000c097d1ff6e77f964b1c44a2b4828277f88ab3bf92201bc1875 0.01 MB 20 7
153,721 153,721 000000000000081687a17e29151a8e64632020b2491a2571a94c13c27532f47d 0.01 MB 41 140
153,720 153,720 000000000000035f37308ecef6e1d772cee14f48a0f93a67a6f5667041a1b5a9 0.02 MB 32 217
153,719 153,719 00000000000005d270ec627116ef53b9402c58a82d6e6251a7553e201bd1c714 0.00 MB 8 21
153,718 153,718 00000000000000968104c537b89f80a3386943197688be4826117e23b1060aec 0.04 MB 92 11
153,717 153,717 0000000000000bb593a10c980be3f8d8118d1b94367541579fa2629af5916ca3 0.04 MB 44 409
153,716 153,716 0000000000000adbd9731929185f3e7b1660d44c5d24aaa222c0b4015d7a3baf 0.04 MB 67 235
153,715 153,715 00000000000007c2b8380f991b3b36e8152c79e16434fcb6b7f0b498fa359f14 0.01 MB 25 130
153,714 153,714 000000000000007c478672b422950d5a675fe11297f5a2a15d9a790ce649f714 0.00 MB 1 0
153,713 153,713 000000000000071cb6dbe84ce2b8bbcc8928c3196fe9c233ad52b10548cb74e4 0.00 MB 6 0
153,712 153,712 0000000000000d72e98e9e989c1b1fdc28a61b7fcb711009d5bec7ec8688f776 0.03 MB 40 68
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.20 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.