Memory Pool Memory Pool Refreshing

3,970 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (762,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,611 145,611 000000000000090f96dbf235b048a2129404c99052b329a2124024ef94db0397 0.00 MB 15 36
145,610 145,610 000000000000067518ea5195ad0329c0bbabc33a3f23d9f0c52c3ec37a398275 0.03 MB 74 308
145,609 145,609 00000000000000c281f4509b6a601e6d9e0bb9489572a0db56694807c69d1ddb 0.01 MB 13 38
145,608 145,608 000000000000022843ef2560f7abb1a6a296a41a90b0ee31de400c5036b0b177 0.00 MB 1 0
145,607 145,607 0000000000000029c6b05c5415afefefd7adb961d22c2c636b123d4d135d253d 0.01 MB 13 249
145,606 145,606 0000000000000079cc4fbb93413f5660b2b8160d8424abd78de62108b135c036 0.01 MB 15 198
145,605 145,605 00000000000007360a3a7c2a2da4f1263152314a72997767be55beb7b914b5a2 0.01 MB 19 244
145,604 145,604 00000000000004c71ef94430a4ad054f98f3ca9ef2ef7bb3fc43437b4dd18598 0.02 MB 7 51
145,603 145,603 00000000000008883cf14585d169dd351995996884e4e53e64cf320d66d9bed8 0.00 MB 3 96
145,602 145,602 0000000000000389cf12b89cac64c0d304e31679b0d3159204fc8c4d02b791b2 0.01 MB 18 101
145,601 145,601 000000000000035dac7ad511b99006fb7f2d0cabe4af281b168b76527e00279e 0.02 MB 38 293
145,600 145,600 0000000000000468163355b4c2a73b4470de29873f5d8be1c3aaee74a8a51d6c 0.03 MB 80 247
145,599 145,599 00000000000005bf97b92ba74885a69ea15fe75b0519f38a93a0f40a9917b2b9 0.00 MB 4 35
145,598 145,598 0000000000000159fd60338d1f24cb23e04bb76978f1ac8b42548d431c68b3c1 0.02 MB 80 7
145,597 145,597 00000000000002c20622d12c87eaf0d02d609a01a0d83d3ff9ff12100aa52f67 0.04 MB 90 280
145,596 145,596 000000000000090ad14e55a5d6d4569097924989dd1b0970acc64842e5f0ecbc 0.04 MB 89 205
145,595 145,595 00000000000000d2a87faee9f5f943a5a40d61a6707080ca9c912c7719a31282 0.00 MB 8 312
145,594 145,594 00000000000007e8fc0004e22166842bab64477c2ea82df82f187187465f6061 0.05 MB 31 1,224
145,593 145,593 00000000000007e9fe0c8614157e9a830b342ef60e8ea4d9a2ab7ff23a488573 0.05 MB 135 57
145,592 145,592 000000000000018145329fb7674dd760ed542fc0c4a96f5d5b0bcdc54cf37c5b 0.05 MB 111 120
145,591 145,591 00000000000007a3c37807835cfb2486fba5e707791d3129dc66dc46703d1671 0.04 MB 100 248
Previous 10 blocks ↓
Total Size: 769.05 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,627.31 GB sent, 93.12 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.