Memory Pool Memory Pool Refreshing

3,549 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (754,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,841 153,841 00000000000006ce4507f894ca7d1d17712e15c5c5ec33ceb80e573cde6bf071 0.00 MB 6 113
153,840 153,840 000000000000021135aa49f2f016be18a2c16b98ffe618f39ed8a8e6826e11bf 0.00 MB 1 0
153,839 153,839 0000000000000c9d73939a6739706d1ae160ef8e43be24242dc7874b64a20e7d 0.02 MB 42 74
153,838 153,838 00000000000001ded086c5c935fc9fa4bfc9c853cc67405c31bb1a2c4f414cef 0.00 MB 4 482
153,837 153,837 0000000000000174ac32ab66057d44042f8dc624bdf61abda154afeb8a86eb73 0.00 MB 4 0
153,836 153,836 00000000000008d5787a69337ba929a121ba5f381c920aa218283880db67900d 0.04 MB 115 115
153,835 153,835 00000000000003236502254bfec6907dcb6f0eef133cc22903f1eba528b63834 0.00 MB 12 0
153,834 153,834 00000000000007aa42948eef8fd5cb02d6624b3968f8cdb4306a5ae561fac43e 0.02 MB 33 39
153,833 153,833 0000000000000b15347ffcf512538903971918dbdef2a506750d065c7b5f394b 0.02 MB 54 231
153,832 153,832 00000000000005a6be359e29a27f383f89bdc57ab121631a288707436eeb50f8 0.02 MB 30 352
153,831 153,831 0000000000000428187b8405b75a7a9280fdffde37386358da4b2a2cb46ea18c 0.01 MB 17 123
153,830 153,830 000000000000067c476b26cecd83799e15a9a1ad425d9f93462a92d9584c3b9a 0.00 MB 10 512
153,829 153,829 000000000000013bc71a1efad79c329039ff2e57708349e9860cad210f0e6dba 0.00 MB 8 17
153,828 153,828 0000000000000a0c06a4283910205986946ea70938918ea5d4772c409b982f04 0.01 MB 18 194
153,827 153,827 000000000000086e6bc488ca348fb5c0c20576ab6a15932a43e1eeda2d8ed058 0.01 MB 26 276
153,826 153,826 0000000000000c431c10695354e06afeefecf87fdb5393c99b7404c6944eccc9 0.02 MB 47 231
153,825 153,825 0000000000000b43eb4f0b89d399ea62f657cb149731916c4acfa9f5d8cdbf91 0.00 MB 17 0
153,824 153,824 00000000000008693ac4a8c32c5f52fe0176f838025c4bbdda1161550d667b24 0.03 MB 81 35
153,823 153,823 0000000000000d1294ef34728f7b11bf0c36cdb6215891d361dd99443cd761e4 0.01 MB 15 71
153,822 153,822 0000000000000bb4ba552836f1342b2eb1efc1a3fc916a83af7ef006a309f4ed 0.01 MB 22 55
153,821 153,821 00000000000000a2100187a8bd4e19ede6df4dd188d9cd72d208e9f283e38e45 0.01 MB 33 38
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.