Memory Pool Memory Pool Refreshing

4,791 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,942 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (490,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
417,770 417,770 00000000000000000403244fb88bf9ec46f1b03cf119b64e9389a2b3035284cc 1.00 MB 2,628 76
417,769 417,769 000000000000000002cacd64ce907302ddadc42b63e1bbce2843d8f27b17fb2e 1.00 MB 3,157 55
417,768 417,768 0000000000000000015715206496a22adf4c97362ee5d95a9e68d96af4e582e4 1.00 MB 2,690 82
417,767 417,767 00000000000000000382280e29216046af206b8705e8a6a5d59e63692d12d405 1.00 MB 607 56
417,766 417,766 0000000000000000041ea64aa25829511d366375c5092e630afa50dae14a566b 1.00 MB 1,992 88
417,765 417,765 00000000000000000417706c55b058004c2aae6d844e0904f7960d2794eb3c5e 1.00 MB 1,957 79
417,764 417,764 000000000000000003888f2ffc63a2fdf8abb51587bd7b31a4e52c61eb78faec 1.00 MB 2,004 52
417,763 417,763 00000000000000000435bc9f39c97b81eb66b8378dcff281c59f18c9bccea57e 1.00 MB 1,397 64
417,762 417,762 000000000000000000dbe9b4189150d7ed9474caeedb8dbaf677d34d12d6f6b5 0.75 MB 2,015 79
417,761 417,761 00000000000000000152372d9b3b540dd17f1746b045086b66e42d578eef7873 1.00 MB 2,330 69
417,760 417,760 000000000000000004e84dcc1c5352945910a90455aa69022d4f24e7b20a9972 1.00 MB 2,313 112
417,759 417,759 000000000000000004c7b1ed8350dd3085dc117e3edfe1181f212ceb757d1a12 1.00 MB 2,442 72
417,758 417,758 00000000000000000288e0498789915a54319bd21bab0805ed0271329483d4c6 1.00 MB 1,664 53
417,757 417,757 00000000000000000424aafe2357894084e69013866af83648a8a87de94f3334 1.00 MB 2,600 61
417,756 417,756 000000000000000003137cfc1d51df599c3bbc453969886b11b8b4301d1b4ed3 1.00 MB 2,835 171
417,755 417,755 000000000000000004ca7a24fe9213fb28e3e41188e6e742d1daad30c12c4d3c 0.99 MB 2,113 68
417,754 417,754 0000000000000000022390b824b35df53841e22618217f3b6003947aa56fd0ee 1.00 MB 2,279 45
417,753 417,753 000000000000000000396322471ebc095b3b98ab59c2016e12dd5a302e1c7b9e 1.00 MB 2,581 114
417,752 417,752 00000000000000000082d427c75adf13a8657eea943adeeffd4e2ca21808e708 1.00 MB 2,333 64
417,751 417,751 0000000000000000016cdddf18aa3868fc50cb284fa566c794c16df6b735a77b 1.00 MB 2,256 84
417,750 417,750 0000000000000000050719dab98b16e57c3e96d2d5015a8173e3a712dbcfb05a 1.00 MB 2,557 77
Previous 10 blocks ↓
Total Size: 769.22 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.64 GB sent, 94.04 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.