Memory Pool Memory Pool Refreshing

6,795 transactions
2.46 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,831 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (234,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
673,669 673,669 0000000000000000000b3ccb2396ac2e93a60ac093e21ba1acee76ed56cd8685 1.50 MB 2,175 48
673,668 673,668 00000000000000000007316cfacd3eef8d16736106baa3d4cd6b69f1a13fc4ed 1.61 MB 647 20
673,667 673,667 0000000000000000000ba3bd389759e353d45da4501a747c47c6ba5dd9551f35 1.39 MB 1,972 40
673,666 673,666 00000000000000000000ca528d37d33ce0a1827e3ed032bdd1c020db42297236 1.52 MB 753 22
673,665 673,665 00000000000000000006e4494cefd8fffb7c1b9c16db11df4ad7df2c078112de 1.23 MB 1,139 78
673,664 673,664 000000000000000000005a1254e3c9a6dbfc62d70551ebc4116e1f1ffb9804f3 1.56 MB 655 8
673,663 673,663 000000000000000000083e604eb9fb04e04526c34a6d871d789022bd30cc3eed 1.30 MB 2,139 32
673,662 673,662 00000000000000000004c0c9c3fc01c10588eeb737aa79ab829fe7561b52dee6 1.25 MB 1,029 25
673,661 673,661 0000000000000000000302f23b27274f560997eab2ee70d27a85185149b25638 1.54 MB 1,303 31
673,660 673,660 00000000000000000007e89d64daf03320f1d26a6fe3cdef7f7ade2cb7d7f5fb 1.42 MB 2,095 52
673,659 673,659 00000000000000000009f5275af623e89bd236af8232d7d5acb702dac863de2d 1.32 MB 741 7
673,658 673,658 000000000000000000006b4d9ca7048d36510a907d25c593e613c3cabd9a366f 1.35 MB 1,679 28
673,657 673,657 00000000000000000009c8571204e2abbbc82fe30b8fccd6ad87c350a17154b9 1.53 MB 2,340 73
673,656 673,656 000000000000000000054b15303d5013ea6e1dc576cf273b524d9d4879b3f31c 1.37 MB 1,230 24
673,655 673,655 00000000000000000000af1c71ff4ee7033e9f845a7e333c8cb67760eb7bf3e7 1.50 MB 2,117 65
673,654 673,654 00000000000000000006656b8cd8b26653872335f5d13e5e6dd530af27ca225f 1.49 MB 1,934 70
673,653 673,653 0000000000000000000b86559bfa6b2b24868d7b5f1fd8458df84b32d4d87355 1.75 MB 360 14
673,652 673,652 000000000000000000082a89aee2183ee4836bd8711b2d7c4682f11530ee511c 1.54 MB 1,439 24
673,651 673,651 00000000000000000001cad8158cc0eb36a0c4747a7263dafec75918e8d5de88 1.38 MB 1,944 88
673,650 673,650 0000000000000000000bf8380878759f93cb01a753f09ab405325980ea85cd61 1.35 MB 1,096 62
673,649 673,649 00000000000000000001e8012c1d4edea0280325c69a802a6dddf6e8906ee4a5 1.99 MB 516 21
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.73 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.