Memory Pool Memory Pool Refreshing

1,177 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,146 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (795,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,553 112,553 0000000000006f8645fca4a894f7f6368e3da8c41defff77048cfd246f999521 0.00 MB 2 0
112,552 112,552 000000000000e8badba82f0a734cc7bc195a3e9292250af18b03ad292de036cc 0.00 MB 13 1,067
112,551 112,551 00000000000110f910b81fab082dbaed824f7fcdd690ebc5dc4b3f5ba6b6f2ae 0.00 MB 12 0
112,550 112,550 000000000000dcbde460fc04bca0e9f3189f343fc9a50948fe8f8192b8e850c7 0.01 MB 17 718
112,549 112,549 000000000000479dc6fdbed4192d788d395b17cf95a012e565d1b85a6d97c5ef 0.00 MB 13 968
112,548 112,548 000000000000e96a905a4b3233dcd6820a637f67623e571c48b56ce583686f19 0.00 MB 13 1,292
112,547 112,547 0000000000007e8ba189593511ce876c2c7ee69315dd448a380a5b9ed0c6ad1f 0.00 MB 12 0
112,546 112,546 000000000000e63fbb1867eecd3fdfac1507ee2edcf823994ce18b92653bef71 0.01 MB 24 3,476
112,545 112,545 000000000000e7a188d554203255b9e132edb616185e55d02bc3772d00a9e42a 0.00 MB 12 346
112,544 112,544 000000000000c85006eb36163b5c5e6ac1faa03be57c5895404fb5dbe939a0b6 0.01 MB 17 2,335
112,543 112,543 0000000000006b0c4f083683606c08636b2011062633699ce60c7c6edff4dc1e 0.00 MB 10 358
112,542 112,542 00000000000114296289d0833534071ab979fafd51efda4141701a8aab47840d 0.00 MB 9 0
112,541 112,541 0000000000009a0224fb7149934f9a5b49b00e6c9a85b7106074c5982553dc2a 0.00 MB 13 1,122
112,540 112,540 000000000001280b7db0b9fdc20d714a1dad34f2d1886a3551560da7138542bc 0.01 MB 28 2,240
112,539 112,539 000000000000c73fc5136a3cfcd98818937c81f835534523856914855ced8a7a 0.00 MB 12 0
112,538 112,538 0000000000006ff9a29f26383fe179639d5f272306a42c274118983e45f9ca76 0.00 MB 12 338
112,537 112,537 0000000000009c8f89f70a8a2d542a6d9d28f13dcac5d64dc56ff46532a2a54e 0.00 MB 11 0
112,536 112,536 000000000000203f4d1d21c6225c56f51643ea8155113b1d33732b1472d3e091 0.00 MB 8 513
112,535 112,535 000000000000f65e59ebe6f131e812114b79bb9f380e9ed866612e204a956e3b 0.00 MB 12 729
112,534 112,534 000000000000133dc15dabf2dbce236b1d8264b3ab9b36942080d95d66160a79 0.00 MB 12 342
112,533 112,533 0000000000010cba289a3b0664368936751bbb49c421b4d89bd270f21cfe8037 0.00 MB 15 1,279
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.