Memory Pool Memory Pool Refreshing

1,962 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,961 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (795,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,561 112,561 00000000000075abc8c26fd3e40851274fbcdaf97576295f146afcca5dda6e57 0.00 MB 14 3,873
112,560 112,560 00000000000114731ab73604579fb3868fbfa2deabf83e0e52affdd5e584579d 0.01 MB 18 2,329
112,559 112,559 000000000000bb1fda46f4dfedd1456e195dc761c1ffed7a96a555145113dc42 0.00 MB 6 1,686
112,558 112,558 000000000000280e297925c2cd818553385f10d32500fb6ad8e100d4ac3d9574 0.00 MB 7 1,738
112,557 112,557 000000000001022ad9f06f2b4a13ec4b02a04f490e6bcda9fe3e4c6b354218f5 0.00 MB 5 3,009
112,556 112,556 0000000000010476047746fa052237900b4e46b1326b7dad62887e31c3819793 0.00 MB 3 0
112,555 112,555 000000000000fc1428b94f602b73637f9d9deec7c85772f129e09f51744415c5 0.01 MB 26 1,571
112,554 112,554 0000000000003075a0a67dce9d1577454ae7e0cd0d6db4bc3ae3257ed313ab4e 0.00 MB 11 343
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
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.54 GB sent, 94.32 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.