Memory Pool Memory Pool Refreshing

16,763 transactions
8.56 vMB
Show Random Selection Loading Transactions
Max Size: 51/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
882,424 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 3,841 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,423 (700,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,993 181,993 0000000000000480e13085b9c8eaf2c024e5a95548ef164f21735344d6243b79 0.04 MB 102 119
181,992 181,992 00000000000008d25854a6842321ec3272a67e0c5d25a1c21fb112533fea3afe 0.04 MB 43 56
181,991 181,991 00000000000006fefeab12b3d12d186ff041cd0e23bbf04e54ffaec30628d1ff 0.05 MB 147 33
181,990 181,990 000000000000003c6783721bf5c0f0094e1d53aa73e87ba3f13ed5be3e06fc4c 0.11 MB 128 547
181,989 181,989 00000000000006d935e173c5e1bd3cbda5ded6217143ee6a1e11606ba523e62b 0.00 MB 13 105
181,988 181,988 00000000000000a934c4d5cda25ee90c3fd4df0941aa98bfdaeef2797e716177 0.01 MB 34 118
181,987 181,987 0000000000000318a7f69b83804cbb163aa2dafbae8d9b0913ca2bb213b68f2b 0.30 MB 658 160
181,986 181,986 00000000000000b815e159fb4fd004eeba901c05cc30794881f445bccb301c89 0.22 MB 512 137
181,985 181,985 0000000000000715083a7cfa1d80758060d576d752633f5272c38d4c9c58ef5e 0.05 MB 127 134
181,984 181,984 000000000000087b591f72efd496d482c4eadb7e4af4612f910d2719327043ab 0.05 MB 129 159
181,983 181,983 000000000000022c08f5a085acf159e15012cf94080edf2008924af0cbc5f694 0.06 MB 87 78
181,982 181,982 00000000000004e65b70815eaf490930ce6cfbfaa4d87fa8040b192f6b85acbf 0.19 MB 421 119
181,981 181,981 0000000000000a43bdb2471fe37ba42394ae03abeddc35a0c153fe930970195e 0.06 MB 184 165
181,980 181,980 0000000000000658775045b446ecd12dc77f913e8d4c14b76fe2f1cc6074b01c 0.25 MB 520 310
181,979 181,979 00000000000000ecc05604ff0b99513b0152f56f7a95b9ad98322af6eb72bcfc 0.14 MB 264 116
181,978 181,978 000000000000040f87d6706af487921f6cc00ca2bb63bf00b92cc0364a31d9ca 0.20 MB 495 248
181,977 181,977 00000000000007587a3ab9a1ab583f33438052b50aa24726949da0bb73aeb7e0 0.05 MB 153 145
181,976 181,976 00000000000009d58e773d12a0dd017b32be803780da1ef13575462810e8edab 0.24 MB 450 150
181,975 181,975 000000000000034151a2cfa5fd1ec1a5b19d9f936ec4162661206a7add97a4bc 0.25 MB 497 109
181,974 181,974 000000000000028f5061da19bd9816977c756a4dd14641e32626ef54460b6886 0.02 MB 55 4
181,973 181,973 000000000000006b7ebc256dd6b80b9279b0e9f39fed7138b6ba20c80a07157f 0.25 MB 554 136
Previous 10 blocks ↓
Total Size: 723.29 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: 2,093.46 GB sent, 79.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.