Memory Pool Memory Pool Refreshing

4,870 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,747 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (347,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
560,630 560,630 0000000000000000000bd257b679f9d9917a8da24ba20731914587e3a56d3c04 1.26 MB 2,946 22
560,629 560,629 0000000000000000001852cf8e1d049c8adbe81b891f91e5ca6d2d37b422adc8 0.27 MB 681 17
560,628 560,628 00000000000000000008a10344d647d0a7dcfe00917cca8f60dff1937d909df4 0.80 MB 2,051 8
560,627 560,627 0000000000000000002da4b44fa1f26fc77f317189f7fc327c9fff88dc42e96e 1.17 MB 2,770 18
560,626 560,626 00000000000000000001f1a0ba5fbac79a245ef6a331fbc597cb4a514f1060c0 1.23 MB 2,992 33
560,625 560,625 000000000000000000231eb8253122a89d38e02955c5ebf490566d37532c13c8 0.98 MB 1,316 4
560,624 560,624 00000000000000000018a70b7606968aea412a09fea5096fb5fa7decbc39db69 1.06 MB 1,543 13
560,623 560,623 000000000000000000123d79816bdefa3ceaeda6f7140ddbb3b2fb51e2e6e933 1.08 MB 1,460 11
560,622 560,622 00000000000000000025ffca0266f8b27c73cf7edf41fa2c4994f639eafdada1 1.16 MB 1,941 20
560,621 560,621 0000000000000000000fd438478cd50a858def3b606d43dfe12a22144f3a5f1b 1.05 MB 1,298 66
560,620 560,620 00000000000000000018f0d92530fccd6761d906c70cab2c65ecca28ec66a071 1.03 MB 855 53
560,619 560,619 0000000000000000001a3347a57a344cf5b625fe77a99d73d16ce63756458756 1.09 MB 2,447 14
560,618 560,618 0000000000000000001f7cb45083bb2765d7a8f642310cfc3546cda98581c840 1.12 MB 3,008 4
560,617 560,617 000000000000000000001a9333905538244780959e49f47f3fb72c9a72dd5735 1.21 MB 3,097 21
560,616 560,616 0000000000000000000ef623a4f9ddcd2520593230fd9be394cb29302e70da73 1.33 MB 2,672 29
560,615 560,615 0000000000000000001d12e1f400be09da0556ce98a52816e29ee207d340534b 1.19 MB 2,874 17
560,614 560,614 00000000000000000027994fc946f09af421261770f2370070717a0fd6703f8a 0.16 MB 320 13
560,613 560,613 0000000000000000002f245510e204afb5105727da5a0e662a087ff08fed9b46 0.30 MB 831 15
560,612 560,612 00000000000000000006754359acd47cb2e25cfe0dc634db86131327f61210e7 0.73 MB 1,979 7
560,611 560,611 0000000000000000002655006dc0514bfecceb4dbbaa805187be5402f1601112 1.17 MB 2,042 21
560,610 560,610 00000000000000000003178a2b1a98e1bc380f979a9b281abaff0ba3e981d8cf 0.96 MB 2,274 16
Previous 10 blocks ↓
Total Size: 769.21 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,634.50 GB sent, 93.99 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.