Memory Pool Memory Pool Refreshing

2,369 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.80 vMB 2,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (426,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
481,466 481,466 0000000000000000011a350868e82785211044fb43bb9068f88f638ac4d0f184 1.00 MB 1,977 292
481,465 481,465 000000000000000001253f4ebda29c08fec022bb4b9df76d42cc912f64316715 1.00 MB 1,569 67
481,464 481,464 0000000000000000006a1fb52ad228d97f4207d0b3351b27755cb45e6382fd29 1.00 MB 1,562 51
481,463 481,463 0000000000000000007f11a0ed15b912c257b164d8b3ee914b51079bf21972a7 1.00 MB 1,829 216
481,462 481,462 000000000000000000cb628ee04b25c17963b6fbc3f187b43791a40b2e3465c6 1.00 MB 1,446 86
481,461 481,461 0000000000000000007d8b8588b29a76778a46d338a150c9dd88eb98ca8d8e35 1.00 MB 1,830 155
481,460 481,460 00000000000000000036d5cfd1fbe9991ce109d1a82a9f03e3508937e22d5420 0.75 MB 1,434 304
481,459 481,459 00000000000000000112ebb0462fe52aa5f75c34bca21c83eed6a5ef89e95437 1.00 MB 2,006 43
481,458 481,458 000000000000000000724dd0b8782d6052280b1d625b59ee758886ec06034785 1.00 MB 2,303 119
481,457 481,457 0000000000000000001cd11717437217dc641af706311a408ffc7b5a95ed5f22 1.00 MB 1,679 183
481,456 481,456 000000000000000000b2cfb20020366a7973baf1266d9b21142d903039afb2a1 1.00 MB 1,813 267
481,455 481,455 000000000000000000db601e41e1ef1aadb1693947b63dd12a01138af81aff48 0.99 MB 1,840 197
481,454 481,454 00000000000000000107336095e2cfa78682daacfe665d01993a9a7109bae5a8 1.00 MB 2,498 277
481,453 481,453 000000000000000000c3a87fb0d8bbf8918dfceef9741a14d079de8cb6ee61de 1.00 MB 1,742 264
481,452 481,452 000000000000000000e8983fefef405e06ab5406dbf728f43d927fdbf6ed5c83 1.00 MB 2,788 315
481,451 481,451 00000000000000000026301c02c759339040f4610665f85ef343cb3d2afd088e 1.00 MB 1,199 350
481,450 481,450 0000000000000000003b605c4c03b52a96f4d61e5affa08313ac778d0e40ab11 1.00 MB 2,019 221
481,449 481,449 0000000000000000005d10044a421f52459f134186793b1afbcff729e3c17a34 1.00 MB 1,648 198
481,448 481,448 0000000000000000009f8d3e48ea8ff3333789005236b16aec9c9953d2be9f3e 1.00 MB 2,208 305
481,447 481,447 00000000000000000050ae750c05f2921a9a47e51d837a4e5fb9084b9c74a2de 1.00 MB 1,669 128
481,446 481,446 000000000000000000a321388204dfa36bfa30ad75d0c10560f17afc8e282b2d 1.00 MB 2,076 110
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.43 GB sent, 93.43 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.