Memory Pool Memory Pool Refreshing

8,433 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,276 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (1,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
906,445 906,445 000000000000000000016c456be703cbd14d99c1acb80fa54890fa04b54cccb3 1.60 MB 2,705 2
906,444 906,444 000000000000000000014ff0848f201782d0283139df284045335ffffd7989ba 0.71 MB 1,175 3
906,443 906,443 00000000000000000000dbfa30784a70df85f98aa3ea00fef5b32f8f07db6846 1.65 MB 3,123 2
906,442 906,442 00000000000000000000ca063132da72e1deac9763aef76aa9acc02d7fe365c2 1.81 MB 4,841 0
906,441 906,441 000000000000000000016ae4a452bc79a601d838d773f9975ea6d6961c0d5d42 2.03 MB 1,420 0
906,440 906,440 00000000000000000001cc59ea8b53a86ebd56e1d6265c589f65af9647194156 0.06 MB 153 2
906,439 906,439 00000000000000000001d893e1d0829f74568b0f8392754b6db0e04d947ec32e 1.75 MB 3,417 1
906,438 906,438 000000000000000000022165c1ebd8a870c8bdcee676fc50ce6387b0353051b3 0.25 MB 539 1
906,437 906,437 0000000000000000000036aa99387ace16c91deb6d0a39c5c92338b6207cb0e2 1.52 MB 2,760 2
906,436 906,436 000000000000000000021250e1b620f909c06d3f41e6105dfbf653e1bbf7c988 1.63 MB 3,504 4
906,435 906,435 000000000000000000010e69bf7fa121e3b52900f5f16ab623cf50598ab3fb98 0.18 MB 370 2
906,434 906,434 00000000000000000000b72169c9fa5046f61da3f692b46e657c4dfe7e787766 1.48 MB 2,934 2
906,433 906,433 00000000000000000001e477a2ff6ee350173abf0e39531bf7b23b55580a2681 0.36 MB 757 1
906,432 906,432 000000000000000000007a24c976c557218462bff1d5f561f3557810c80a3e52 1.58 MB 3,463 3
906,431 906,431 0000000000000000000058156849117b13d217412443dd00342e3cb63c4e3a27 1.66 MB 3,295 2
906,430 906,430 000000000000000000000c77b1471d55f9832f3eff330050025633dff56184ee 0.98 MB 2,067 2
906,429 906,429 00000000000000000001aa5ac83e611d5d84b50084efd3cec7de3865c47b18e0 2.05 MB 908 0
906,428 906,428 000000000000000000005eb8ec3d236ab0d89c08897c98ec38a8ca3468925fec 1.81 MB 4,172 1
906,427 906,427 000000000000000000022064beb32a998040b8f45e2921a9749fda0cf0611491 2.10 MB 2,587 1
906,426 906,426 00000000000000000001ee8d92ee4169c5b5c22be515f9a166a76ddcf572c36c 1.84 MB 2,637 2
906,425 906,425 000000000000000000000f9ea3d68559405aa9087e0a22742804d8d9440d0fab 0.96 MB 1,590 2
Previous 10 blocks ↓
Total Size: 769.25 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.14 GB sent, 94.17 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.