Memory Pool Memory Pool Refreshing

2,852 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,830 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (588,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,453 319,453 00000000000000000dc4b15c68eb537a2bcc33c9fccab676b5640fdd43f85f38 0.14 MB 298 33
319,452 319,452 00000000000000001566ac54399673c5fbdd34f2f0b4b9a4da7eea0da7968c73 0.18 MB 127 14
319,451 319,451 0000000000000000198d304ab3120248fe12b0146ea82cba5a1664d3f1f9d5b3 0.35 MB 758 32
319,450 319,450 00000000000000002353138c801f736f12be105a41e538d6f5a1ee4a6894c8ac 0.49 MB 965 30
319,449 319,449 000000000000000008927423f5092fad37f15d4efef9fe782ace6ead811cbe8d 0.42 MB 845 30
319,448 319,448 00000000000000000aca1b8127a5c9fa19496664240cef24003730b44813486d 0.01 MB 19 26
319,447 319,447 0000000000000000142f8e2fb300933c7ecfa47f96af29e5b878a9ddcc3ad7c8 0.24 MB 589 32
319,446 319,446 00000000000000000415019ad64991c0ddcb1ff585deb1f41885c081005e7515 0.14 MB 297 29
319,445 319,445 000000000000000012e74509f019cff0ed92ab45a81dcdae2110723461006d11 0.17 MB 304 27
319,444 319,444 000000000000000020c699c3e4c624fa67f99c7e6ea6f378d0a92013f85ed7ba 0.05 MB 95 23
319,443 319,443 0000000000000000045a266ff301f1fd3761ef3e2ffae520a22ce631cb7e7057 0.16 MB 370 31
319,442 319,442 00000000000000000aff9043a2cff2a44eb1d180ca31c89c4f4ef1e993ed127d 0.16 MB 295 27
319,441 319,441 000000000000000012f390d21c15cce1ed0f27f5474b70c3de52f17e94d43b80 0.12 MB 216 28
319,440 319,440 00000000000000000071ac0e46325ac3001c4700acc69f4dcf3b2b0cfbb76427 0.19 MB 333 25
319,439 319,439 000000000000000007c68bae52a41408ba1c13a3ad237d9dc84dc46a02d23a19 0.07 MB 101 20
319,438 319,438 0000000000000000247a36db8d704f984906adc12c151084fe63d029017d2468 0.15 MB 288 28
319,437 319,437 000000000000000005c61700c51409baa711f1b7c42865c3e471079b95e54447 0.36 MB 708 28
319,436 319,436 0000000000000000241b458241c0fdf751e1dc42d87c3aa06a5e1b24d891403a 0.12 MB 214 28
319,435 319,435 000000000000000013920d4ed924d7589e4dd452082faa5ac21c71d0cc4c822b 0.10 MB 191 26
319,434 319,434 0000000000000000058b0c5a7a6ac227a99b0def23fda3108f522650335ec35d 0.10 MB 103 11
319,433 319,433 00000000000000001543b67f518e6fd3f0873dc495066628f3b127dcc53b81d1 0.55 MB 862 24
Previous 10 blocks ↓
Total Size: 769.14 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,632.06 GB sent, 93.60 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.