Memory Pool Memory Pool Refreshing

2,772 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,110 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (775,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,876 131,876 0000000000000ccdc6bdb2d0652c08be4d8ca09d1acd9b414033772a0d366fda 0.07 MB 164 215
131,875 131,875 00000000000000b8b8e352ebfb091bc8b4299fd3c156f381bb9c329fdac2eb3d 0.03 MB 64 393
131,874 131,874 000000000000001ec5f49e04ff602d51fee179fa24c2810ee89c8398cbb13f82 0.01 MB 12 1,780
131,873 131,873 000000000000109f31e31cdba6163477d6726c159fff6d3b1490db0ba94a09db 0.05 MB 126 414
131,872 131,872 0000000000000080bbbb207018cccc44f2b3ee41d39f74abab41edc3754ed269 0.01 MB 17 1,422
131,871 131,871 0000000000000b3c83c285fe45be98f15534bd41fad58d2b9eba47951f800247 0.02 MB 41 846
131,870 131,870 0000000000000515e59369401147f0ce127ec8aad124dc4041bb44f9e46e4e9b 0.04 MB 150 313
131,869 131,869 000000000000013275700133dd0552d0611be0b8f8ff13747905fcc157d31d1e 0.05 MB 130 530
131,868 131,868 000000000000097d3f2532a4c48120417aeae79fc7071734b5e33606f448f3ca 0.01 MB 14 822
131,867 131,867 00000000000002cdd5fbcf931b2da575103502d1f4bd8a934cc831add64096ca 0.02 MB 54 1,007
131,866 131,866 0000000000000ee0f58946f9011496b835e6420a572748be6bdb868f5e49b486 0.02 MB 70 202
131,865 131,865 0000000000000fe1384f2f5aa4dcabd0c36bc455324ff87fa8f7b12b46b3c937 0.01 MB 29 1,079
131,864 131,864 00000000000011947dc115c0510ec53f1f0fad1173c2c70c59c207761544f4b4 0.00 MB 11 0
131,863 131,863 00000000000012e7bbda24835f0588c3335d21bb110d2fbe40a5050a8b089f4d 0.02 MB 37 665
131,862 131,862 0000000000000b7bb83de9affdd7129e10ae7c249f4910ea7a0bbdcb67b89a91 0.03 MB 82 327
131,861 131,861 0000000000000961b2a167a54938632dbf848def43d569bab0be4a2272349f98 0.03 MB 92 392
131,860 131,860 00000000000006f18db3f4d6af951beb313f7c330e154719f1cd3f08c947b26d 0.03 MB 48 760
131,859 131,859 0000000000000169b8cfaf2c7a4f49cb5c628942218a9803debf2d56f421fb8d 0.05 MB 133 545
131,858 131,858 0000000000000dd312516bec5227284cacc7493a8f1b2fa8241ea21843b12e53 0.01 MB 31 544
131,857 131,857 0000000000000b1683c74579ed5dba76eddec2a8443ec507f01e44b8f2fb38d4 0.01 MB 16 701
131,856 131,856 000000000000064cfd91c84b97fb94964b3b5a411f47b73d2955c95eecc0340e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.