Memory Pool Memory Pool Refreshing

2,712 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,474 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (329,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
578,534 578,534 00000000000000000011b7a059614df9860033e00c963560f2ec1e485b105199 1.16 MB 2,305 197
578,533 578,533 0000000000000000001128a388d0b21d6c11b03e8533d0c3d7216cbecccae431 1.21 MB 3,051 163
578,532 578,532 00000000000000000011f4745438b6f2a42e181a43e2c1a3f968e96be1147d17 1.27 MB 3,096 162
578,531 578,531 00000000000000000012fed21347383cf9f7f92f729d2acaf042b3e595f32bad 0.00 MB 1 0
578,530 578,530 0000000000000000001d904e428bac20d25b9420d4db08ae5979e0ba206888f2 1.23 MB 1,988 67
578,529 578,529 0000000000000000001da5daae498e8c6f18e549dc34b898724fc8425e2979f0 1.25 MB 2,584 86
578,528 578,528 000000000000000000249cc9126f4fc862df4a7dab8ffe6faf03461b1869e240 1.14 MB 3,029 106
578,527 578,527 00000000000000000023ae75d4492786dabf5f290c1d9086b1587ee49a1a485b 1.23 MB 2,927 116
578,526 578,526 000000000000000000147178d33c410039d8eec7932d54fbf4bb666b5b8c82d4 1.32 MB 2,314 97
578,525 578,525 0000000000000000001b38b794a444cc5ad475fdf7b58d9de02e06e36d64e98a 1.26 MB 2,977 151
578,524 578,524 0000000000000000002986b7fd80e3d73ed5268b4b4fa681fd3221053978ebae 1.73 MB 1,398 121
578,523 578,523 0000000000000000001a0c8cf24cfb0e3382f774ab56c8671d24ed8196d7d93f 1.98 MB 1,027 102
578,522 578,522 0000000000000000000e4dfcd671af2a803feb59e71421f79d91c1c33c152526 1.15 MB 2,845 174
578,521 578,521 00000000000000000018847f00699ecef6e1402132b35c61b927eab0682b999c 1.34 MB 2,479 123
578,520 578,520 0000000000000000000df86a54fedbae3fe5a8cb293c70ea38cd999d87a2b0ab 1.19 MB 2,832 185
578,519 578,519 0000000000000000001a73f54d112133a07fdf62feb9bc5d46f8c8889fa8254a 1.32 MB 2,732 98
578,518 578,518 0000000000000000002483c1589671e78c6d60d8e82734a576c7c8775b7aefbf 1.24 MB 3,086 151
578,517 578,517 00000000000000000000387115c40a0890164cafbb9d41f3110909ea5c3674b1 1.23 MB 2,845 170
578,516 578,516 00000000000000000020c5475b52f40b48b0fb2b0b7f42b0a7b6ce30a0b5bae6 1.20 MB 2,428 123
578,515 578,515 00000000000000000016e234fe052c8797368f15a7d799fa9968dae4daed12f6 1.29 MB 2,067 104
578,514 578,514 00000000000000000002d9e2eaecd9d9ddcac373f4973a619fd9a05e73877fd1 1.23 MB 2,552 167
Previous 10 blocks ↓
Total Size: 769.05 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,627.56 GB sent, 93.13 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.