Memory Pool Memory Pool Refreshing

4,579 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,677 (354,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
553,634 553,634 0000000000000000002f40da4d99e64f66fd7779e2977b395090e17d74869bfc 0.88 MB 1,536 11
553,633 553,633 0000000000000000001f3336fd4ec31a959ec8258606b09212c7d881e8211d5d 1.19 MB 1,800 6
553,632 553,632 000000000000000000228fab1c78046b7a4c2a649bb7e07a23b6fc02a964ec55 1.22 MB 2,553 25
553,631 553,631 000000000000000000000d7cbbbd68317e2c4f23c270b5aa9df6f6ff77f4f222 0.06 MB 134 20
553,630 553,630 0000000000000000000029661ae64b6c947e8f006f995bf3d6357c729fad54a1 0.01 MB 31 19
553,629 553,629 0000000000000000000fe5124098df704c35b81cd78d37ad2ccacfa1e1121e53 0.27 MB 192 2
553,628 553,628 000000000000000000017e9f90cf4f3c0368218cc0c7b2e9beaba4f27e12dbe2 1.21 MB 2,160 15
553,627 553,627 000000000000000000233ad9907a6ea807d477aba3f029fc5ca6b1683068b209 1.21 MB 2,103 10
553,626 553,626 0000000000000000001e18ef34a2ac11385ef66d1eef1bf3f3b88d4e85c04681 1.19 MB 2,929 25
553,625 553,625 0000000000000000001cc32c9acb9bac0703a3bd9b09fccfc705266bd623f78f 1.17 MB 739 4
553,624 553,624 00000000000000000009420e228f9b3bb67d6df788114e908c0c8cbd8551318c 1.16 MB 1,758 14
553,623 553,623 0000000000000000002c8bf8271f93267cbbcbde3a49bc2dd45ce3d3d9bad666 1.29 MB 1,596 8
553,622 553,622 0000000000000000001fc7bc3c59c637bf52782f15d809e38423c07b34a044b2 1.21 MB 2,292 3
553,621 553,621 0000000000000000001e3d275f3e60f53749ca01010e4e4b8199b881cdd61b83 1.26 MB 2,907 29
553,620 553,620 000000000000000000003e1ced2f079954e24c1c65911043c868621e7128a8b6 1.24 MB 2,742 24
553,619 553,619 0000000000000000002efaccd131a6225f382610069e57b3f7e0be5ca338ead3 1.19 MB 2,557 9
553,618 553,618 000000000000000000002670b823808ca9b8608fc8f574a423f91b97fef4d90c 1.19 MB 1,771 32
553,617 553,617 0000000000000000002c37979e6c72667d7a9d8dfcb7454f68f1a36c06f2a8b3 1.18 MB 2,627 10
553,616 553,616 0000000000000000001dd480b92142b6821caaca1295464e36dbd6ba7ab55998 1.32 MB 2,509 36
553,615 553,615 0000000000000000002e2dab4b1091a6cb0f6c4402c5e2860c7ebe57ca1735fd 1.18 MB 2,084 10
553,614 553,614 0000000000000000000577f52c8446b38b41bdbed340c7b2358e833165e82e3a 1.22 MB 2,548 22
Previous 10 blocks ↓
Total Size: 768.94 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,613.35 GB sent, 92.50 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.