Memory Pool Memory Pool Refreshing

3,411 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,394 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (71,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,549 836,549 0000000000000000000308219a5047d5d752ad2ddd4f62b805f26f2087a8aa58 1.64 MB 2,611 17
836,548 836,548 00000000000000000001ccd6c394359481b7f346aa3b093f1982df2e8d2d14a3 1.73 MB 3,342 23
836,547 836,547 0000000000000000000201efef80d3ce5fed9846ce39da521f9730eec478d24b 1.67 MB 3,624 23
836,546 836,546 00000000000000000002ceff525e50d04942025ef2574385077441f7ef623838 1.68 MB 3,855 30
836,545 836,545 000000000000000000019bfd1ae55f60b28fc4310c75e4e8cb8ae1d4e6a7847b 1.75 MB 3,655 31
836,544 836,544 0000000000000000000083953afbfcf463b9196ed3722a402294a1f701fafae1 1.62 MB 3,641 38
836,543 836,543 0000000000000000000251aa52128174365bd6eb35d2a78d9dd2e117d7e924f9 1.59 MB 3,294 38
836,542 836,542 000000000000000000019235ac7cc4cd87bb31cfe76f848186b14a57dfdd6c86 1.55 MB 3,637 44
836,541 836,541 00000000000000000000f0a5494b16a7c725efd18550f6c5fe013baa79e08d79 1.64 MB 3,803 34
836,540 836,540 00000000000000000003345c82b99f2358488aa01afb6314d9d5e34466ee0d73 1.53 MB 3,547 41
836,539 836,539 000000000000000000023badaf6ef5862790a966ecc2395a34fff6849aca116d 1.80 MB 861 31
836,538 836,538 0000000000000000000142fd46283aa82ee2e44c47a1b9052ab615a016195356 1.73 MB 3,101 35
836,537 836,537 0000000000000000000082512fe229fbf0ffe5341ec0a3a4102916b2c2ccc335 1.70 MB 4,464 37
836,536 836,536 0000000000000000000318a563da984c978c84c1f1f60c045429e0e4aea7ba70 1.59 MB 3,082 42
836,535 836,535 00000000000000000000bcb52084bb06af294cefee70b483619ecaad98e8c35b 1.60 MB 3,441 49
836,534 836,534 00000000000000000000c260e612214955c935979bf108a0f0858ba427b8015e 1.75 MB 3,545 33
836,533 836,533 000000000000000000034bfe1cde13d83b889768f68d1c65ea29b84e8729a32a 1.61 MB 4,065 38
836,532 836,532 000000000000000000013c6e45c874abd10bb9285a86e456bac0517b18d77691 1.62 MB 3,607 37
836,531 836,531 0000000000000000000075f37f5ddd30f377d19e924a9b9a0a3ed89d25a1a157 1.57 MB 2,973 46
836,530 836,530 00000000000000000001768aaa6a9cf7e54bedde6bb1dcf3369c9497b5c04b30 1.61 MB 3,620 41
836,529 836,529 00000000000000000001e8221b1f5711d58cd8a7e175b1c6b617de0e6c8ed99f 1.66 MB 3,632 41
Previous 10 blocks ↓
Total Size: 769.31 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.75 GB sent, 94.48 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.