Memory Pool Memory Pool Refreshing

9,012 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,846 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (777,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,080 130,080 000000000000094f835a630c9e07bd8fe5a936a091f88999847beac42bd15412 0.00 MB 9 1,321
130,079 130,079 00000000000012552ae259de241e7adab41dcd9a4e5678478f7a87aa6a4ee741 0.03 MB 98 31
130,078 130,078 00000000000007ecbc1c30eda6176a90443cfb13562d22dad310cf76f0e7accd 0.05 MB 81 736
130,077 130,077 0000000000000412513dc5f78af61b0c23088c91ee4ddd8ce27449b5cc95285f 0.01 MB 33 0
130,076 130,076 00000000000010b9d4ae66b48ee48be7f35de7794d6e62381f4b514ee94f2436 0.00 MB 11 856
130,075 130,075 0000000000000a04efdf22ce2a402290476609f709a47d2f2bbeffcf5417d1e1 0.01 MB 23 749
130,074 130,074 000000000000134b9cffc3f2666ffe8bd79e5889092ac36f84ea9f4a24d81ed3 0.01 MB 23 868
130,073 130,073 0000000000001260a3457c4d14a647628bb53fdcb5f16b8041fff27f1af637ef 0.05 MB 90 470
130,072 130,072 0000000000001506b5d663a38d472726bd3fef06251d182e7ccb3a73b93542c8 0.00 MB 10 909
130,071 130,071 0000000000000f02b3744cf0d76bff7185413841014f0fb46c9f8edc6d2a4030 0.02 MB 46 1,092
130,070 130,070 000000000000063e83a765aac47a18004bd56f2edf3f981e9bb00dddb11abab8 0.03 MB 80 913
130,069 130,069 00000000000012e8fa9ba79f4768aeb76d87d66985cb237bc90db7663e89a8db 0.01 MB 20 610
130,068 130,068 0000000000000070ff21fa311a51bbebe621b75ab72fae7921d1857a93d1d607 0.01 MB 19 687
130,067 130,067 0000000000000d43b043664f27abc2c49471c4876bed9e98860b33aae8459f2c 0.03 MB 105 241
130,066 130,066 0000000000000523fad49053db807f71bd0a2553842e3502e9edf4e0525e44ab 0.01 MB 25 1,375
130,065 130,065 0000000000001c51d3f459085743de34ddaf609b1446837c5f7a5baf40aeeb5f 0.05 MB 90 166
130,064 130,064 0000000000001d34ea4e1f115667232176ce32f56a0733e7ccc0abf4830ce95e 0.02 MB 42 663
130,063 130,063 00000000000004d1ad15adae534540e10ef3d71420d93136e0e163174c78d827 0.01 MB 8 546
130,062 130,062 000000000000058622537e7aeede257da2650fe2a75dd0aec0a7432ec8d61e0c 0.03 MB 79 516
130,061 130,061 0000000000000b47f8eaedb2e9a7aca104bef216b1df17a727070058aeb2d8b8 0.01 MB 25 1,928
130,060 130,060 0000000000001ba7c1da9d053c5d5da5e2da37f4f4ffecd1adbaeafb1d25a420 0.00 MB 12 702
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.38 GB sent, 92.72 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.