Memory Pool Memory Pool Refreshing

8,346 transactions
3.56 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
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,668 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,128 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,667 (425,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
482,020 482,020 0000000000000000013404157ce67f48e98aa4436814aa618973154190e97225 1.00 MB 2,480 436
482,019 482,019 0000000000000000012272c06443da810f9428753e1745453297182f6bc3c0fd 1.00 MB 2,967 398
482,018 482,018 000000000000000000fbb359e20716bbcb8805a5a62c9bb235f7c8fe4b734b2d 0.99 MB 2,358 478
482,017 482,017 000000000000000000e50dc74f0d395e2c87dafb8e23530264b9cf65a9ca0272 1.00 MB 2,267 509
482,016 482,016 000000000000000000815e211e78189dff139ed93c67bb8e670ff099e943599d 0.99 MB 2,453 556
482,015 482,015 00000000000000000027368f6926c4f86e588d3b7db0715587a0780ead517d12 1.00 MB 2,634 434
482,014 482,014 000000000000000001391cdd3d9401b21cc92e1a68a8d199d80c7b4663f6e25c 0.99 MB 2,450 484
482,013 482,013 000000000000000000921a12ae6461fca1704b7852a9ec91a4abbb031c77c6ad 1.00 MB 2,726 443
482,012 482,012 0000000000000000007983b9d4aa727590e4faaee7aefbe4377f1016caebb4a2 0.99 MB 2,249 628
482,011 482,011 00000000000000000124b74905a196c2c3b365aa7ce3b4c89a2f32ade30a303d 1.00 MB 2,576 399
482,010 482,010 000000000000000000ce919e5e0744a0bad9dacf9ad6fbbd2ca4bd17adb7b14c 0.61 MB 1,498 553
482,009 482,009 000000000000000000114979cffb0c3e30907fd723ded21d910baa0ef4233469 1.00 MB 2,315 550
482,008 482,008 000000000000000000d063e6063c70a5b9cd97241836eb6b4119ff4da8bd9642 1.00 MB 2,280 522
482,007 482,007 00000000000000000092f261d5b775edf050797181a2cd06bfc0ea5ee3bc52a6 1.00 MB 1,948 386
482,006 482,006 000000000000000000b90b89105410dcc51bedea98dfae746ef8792b5ea095a5 0.99 MB 2,364 532
482,005 482,005 0000000000000000011bc57cb2f71b30b2bfaf543e8c7c8016e17de4b2c22f90 1.00 MB 2,181 508
482,004 482,004 00000000000000000096fd2116003c30f17b96834ad6d974e8a4307ae8dfaebe 1.00 MB 2,291 515
482,003 482,003 000000000000000000d7c039f39e3b9751d4384f034c434a8d55e9f6a7bc381d 1.00 MB 2,399 372
482,002 482,002 0000000000000000011e7e0d5d8de24d94518e50e7beae431470cbefe5eaf746 0.75 MB 1,639 436
482,001 482,001 00000000000000000032950e1873aa4f3cb212b62bec79a99965d1a46917b076 1.00 MB 2,327 520
482,000 482,000 0000000000000000008dd2857255b2e5fc0c3955740c74dac6bafd0de09c344e 1.00 MB 2,258 453
Previous 10 blocks ↓
Total Size: 768.92 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,603.88 GB sent, 92.41 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.