Memory Pool Memory Pool Refreshing

5,910 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,070 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (491,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
416,268 416,268 0000000000000000032520fe7a4685ab414074a152852cbceb9c1c5da85fba31 1.00 MB 195 21
416,267 416,267 0000000000000000056c9604b7ccc55de3f42a1309df776974c58e9fca14dd90 1.00 MB 1,777 46
416,266 416,266 00000000000000000518f597ed348bbe85ce904e463811529822b0fd4088623e 1.00 MB 1,245 52
416,265 416,265 00000000000000000097b9ef183bdfe792a372b8d36d3bc9228d06f93480e930 1.00 MB 545 21
416,264 416,264 000000000000000005894a73f9c5112aa26097f7c089c1edcfdaedbc28b3f7a0 1.00 MB 1,353 37
416,263 416,263 000000000000000001cdfeff2603d7493b00da1ae7e26535f05329be67290666 1.00 MB 1,251 38
416,262 416,262 000000000000000002590c9d5fdadf5f8d5194349ddd1637392b6cdef339d72d 1.00 MB 1,718 43
416,261 416,261 0000000000000000038252d59c02deee5b82a13417479e86795f035fe641f8ba 1.00 MB 2,622 47
416,260 416,260 000000000000000003ab7a7dedd9e40c7071b7af9d2633fbbe2962d84f0aa169 1.00 MB 2,617 71
416,259 416,259 000000000000000000cb31e6f9c83871271ca9dfba7a83ead6efdbd2e5747ca4 1.00 MB 1,925 42
416,258 416,258 000000000000000004578507336f3883b4838f87f613d97b62a582672684da7b 1.00 MB 2,314 58
416,257 416,257 000000000000000000ce0fd8c35af3ba79adc694345ee47c79b9aad8f8c665fb 1.00 MB 2,491 62
416,256 416,256 000000000000000004d910af5995e606a987632c57f45480a7a6cba80ed19427 1.00 MB 1,853 45
416,255 416,255 000000000000000001f8f440c01f214c3410a7bb11059bfb0ca5a3ef34f61425 1.00 MB 2,012 46
416,254 416,254 000000000000000001f6362508dfc2d4e10f02387a936f8942c0e2cfcade2d8c 1.00 MB 122 3
416,253 416,253 000000000000000004dd06623c27ae5a8dd5e5cd19e681f992667b68735d6381 1.00 MB 1,632 46
416,252 416,252 000000000000000003577e8d6060a549484f1dad8a041f00f4c11f219bc6e244 1.00 MB 2,168 66
416,251 416,251 000000000000000001f7ffd2e1abea9b1bb945aca15e464a63851339c20c3907 1.00 MB 2,536 54
416,250 416,250 0000000000000000015b8534aaf3265a762dd5f0cc6664c1f461516946274908 1.00 MB 2,240 78
416,249 416,249 000000000000000000ffe9a03fef53bd950e637e35b9d335f8bc26d5b5ae9644 1.00 MB 2,182 42
416,248 416,248 000000000000000004b43b54875d7449bd5941119df175f5c59a8ccaabc62d58 1.00 MB 1,960 40
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.