Memory Pool Memory Pool Refreshing

19,033 transactions (4.52 vMB)
  • 1 sats/vbyte = (12 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,171 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,458 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,170 (822,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,832 86,832 00000000001227835c202a17cf79a70d5261a7f7195cc8156c7d59dadf0f16a6 0.00 MB 3 0
86,831 86,831 00000000000ef0ee24318854b1ef846b394b88d155cfeb4c65d1fe2afcc28087 0.00 MB 3 0
86,830 86,830 00000000000fde5b3495767ed002aabecbbb83efa006f3b01a9b5853c3a6c3dc 0.00 MB 5 0
86,829 86,829 000000000018edb06aeade5af7575d4186fc44dc87b2ad37fe210b43880a5599 0.00 MB 5 0
86,828 86,828 00000000001b3ea4cf89969c6fcf17670095a720d0bc51603a7cae487399cf31 0.00 MB 3 0
86,827 86,827 00000000001d9bd849cdde5bba68d11fe8c9cd7c2bb9adfdd818b8b5b26ff57f 0.00 MB 1 0
86,826 86,826 00000000001d681914c12ee5ab07e68b2f18e479dfdfe2fdd22d0eddc69637fc 0.00 MB 1 0
86,825 86,825 00000000001114eafc78e8974fc64c27580e58fe0c70949c55857cd91227f4c9 0.00 MB 3 0
86,824 86,824 000000000017ef7f77a36548ac6a4b8281539ae5a39d9c133b9a9a98971fdde8 0.00 MB 1 0
86,823 86,823 000000000008330c81753dacc4861032c1956861cda0e60e35ca276fbc564310 0.00 MB 2 0
86,822 86,822 00000000001862fde6e5634cbf6ed7ba396ace2178ae816a5fd52cbef9abd9a4 0.00 MB 1 0
86,821 86,821 000000000018f9edf0094d739d1243a5b43eb5c37c3a7e5b73a13e975a552bf9 0.00 MB 1 0
86,820 86,820 00000000000efa3093bd15b310fd709d16e8cd64f0f03ec5a86db972cc453ceb 0.00 MB 3 0
86,819 86,819 0000000000103644ab26707ed7797dc1eb97055e0930dced61c38e40f9c1398e 0.00 MB 2 0
86,818 86,818 00000000000b0cec69ca9ee5241c40eff4c15c881d56f5ce5cf270a59272ac5a 0.00 MB 1 0
86,817 86,817 0000000000007a2f7870f4acbf1ff11540fcb72eeae4f3561b4ba7390e1327f3 0.00 MB 1 0
86,816 86,816 0000000000156ef28877caa56828911e7041d9b3af1065099b963db3274f5075 0.00 MB 1 0
86,815 86,815 000000000006a3b4c0412ba28c2c62ae08341021ac4578f21c0384dbc3420bbb 0.00 MB 1 0
86,814 86,814 00000000001a32f344e99c83b12fd3897499accc77ccd5a2e5e351fbdc5ec8bc 0.00 MB 4 0
86,813 86,813 00000000001330cfceaa06b082df540142f1891fd64a69d2c7e1ae78e70cb253 0.00 MB 1 0
86,812 86,812 000000000016d7ebf3fc9884732598556cdf5b7733d88788c22b57254ffe83a4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.86 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,981.29 GB sent, 107.00 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.