Memory Pool Memory Pool Refreshing

9,988 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,170 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (749,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,834 157,834 00000000000003985a5b409d1ac3330b7b282d0ae042cb1336d2a18d66ef396f 0.00 MB 15 76
157,833 157,833 0000000000000b53844b57c3e15cdb57622191809d3fefe8becd7a2388320de8 0.00 MB 2 0
157,832 157,832 0000000000000a1e4a8194917662fb64b9df036db0fcbd8d1d6f8b6601b91564 0.00 MB 17 0
157,831 157,831 000000000000005a6f1403e18eba25bb0c9ccb3130608384addbcdeaf0909e1a 0.01 MB 18 47
157,830 157,830 00000000000001820fa1071e61967d741a0829a11dbd7474d24a025c1592c9fc 0.00 MB 1 0
157,829 157,829 0000000000000d402aa65a28645662b6a27d5b87b92df939e7661cf6b2d51998 0.03 MB 106 0
157,828 157,828 000000000000032b2e17fc4f2860b7ea70ff16fadf829a0f925063106f042231 0.02 MB 41 55
157,827 157,827 0000000000000b18d355e847674aa9e9e3b24e062c81e78077b8f0ced44bbe42 0.01 MB 28 23
157,826 157,826 00000000000004d3eab9db81428626cc1f7db11ec32f11b3ccb1505e3ec60413 0.01 MB 22 115
157,825 157,825 000000000000043c479943fd9f84c2683a9816d37fc88777644726e22ee4fca0 0.00 MB 6 17
157,824 157,824 0000000000000aa1571c070635f677981390bb5dfb1bd8727ca6b443023697da 0.00 MB 4 0
157,823 157,823 000000000000098adc8313c5585c88bfe9846cb220284eded8890679bd816f14 0.00 MB 7 21
157,822 157,822 000000000000034237e65fd059517cf29b3f18bd497a303ee1070ca00991f3f6 0.00 MB 8 0
157,821 157,821 00000000000002d910facc1b4e41766b879131cf7fd46b1628b72e9d7f9fccbc 0.02 MB 36 46
157,820 157,820 0000000000000606de71ed3b57b6e5f598e153705fbb8e234008cad4d9a1d22a 0.00 MB 10 0
157,819 157,819 000000000000006265d29fe004a5756a5cdb8b4b58405f57f1bc61ead53f693c 0.01 MB 19 123
157,818 157,818 0000000000000042e71b183d6417d10707c8cf8363fceebf64d32f0f8199ad15 0.01 MB 19 515
157,817 157,817 00000000000006c8c01a29a07a76db585bc3a94a1b9b16396adcdace9eb9bd22 0.00 MB 2 0
157,816 157,816 00000000000003928425389878d982c907c9064dda21214a0593b5f6244d2f70 0.02 MB 68 67
157,815 157,815 00000000000009a2f135f589e4c811c66773b79412403605ddfa4caebca550d1 0.00 MB 11 65
157,814 157,814 000000000000027b5ae112a916d73e6e34af0875fe3f8ca309206f9ed48cf695 0.02 MB 40 128
Previous 10 blocks ↓
Total Size: 769.03 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,625.68 GB sent, 93.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.