Memory Pool Memory Pool Refreshing

7,297 transactions
4.13 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,574 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (795,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,530 112,530 0000000000002d03cdcda2e87232cce076225a72a89ad59eb199341d19727f2c 0.00 MB 3 3,875
112,529 112,529 000000000000dd086ce307a4094ead4d8c24e09caab98d31dbc2b8d0358fa4a8 0.01 MB 30 1,448
112,528 112,528 0000000000011b01e1e91cf65e600ffa219337fe4b2ecf3be2108b6414505221 0.00 MB 11 1,179
112,527 112,527 0000000000000e6a2c4b4fea87bf3552e42a17723238982e40dcc647e6b82b2d 0.00 MB 3 3,868
112,526 112,526 0000000000005e4c62113feffcce38d00380b01acc59522ef98f52d34609a92a 0.00 MB 9 0
112,525 112,525 00000000000120a5caa89012fa2c0cce8e556340e61ef65184c509b32f26933e 0.00 MB 16 0
112,524 112,524 000000000000776738d434722f0be9fa3f95251fde30d4403e85225e64b74789 0.00 MB 5 722
112,523 112,523 0000000000001d54bbd6c854892c669ce4808a339ff525e51bc04a8f7746edd6 0.00 MB 7 922
112,522 112,522 0000000000005b70f4ce930931cb1578557b7786aaae908ee81ae3e47ea5daf8 0.00 MB 3 3,868
112,521 112,521 00000000000114802267171ace751bd6a18dc8d5e2499be751b9c8680ab03923 0.00 MB 15 1,551
112,520 112,520 00000000000027a49762fecc92f40548aea30b47fda8693a8632bcbed47c884d 0.01 MB 23 176
112,519 112,519 000000000000c9eada629529bf2adf2123fc0858302ea3ff84ca519d0add4eeb 0.00 MB 8 2,257
112,518 112,518 000000000000f0b7c1e53d4f295d29481a218abd5610c461c66a5863d3fdac6f 0.00 MB 7 1,049
112,517 112,517 00000000000129b031b358c4404ee3974b8cb33c9f6e96647f44a509321a88f2 0.00 MB 7 453
112,516 112,516 000000000001256139c2b5f4a498097bc481920c516f294438cdaebb415bea46 0.00 MB 4 1,353
112,515 112,515 00000000000087d0d7138b68ec3e455291cfcb37cd9de42c33f91f17bf03dc12 0.00 MB 6 1,498
112,514 112,514 000000000000e0568328c3bda451e7383046b734b21f1cafcd7577939bd6c3bf 0.00 MB 1 0
112,513 112,513 000000000000d28bebb44e9d83fb5a205add2f3505708fd082f45c099442d4b3 0.00 MB 5 0
112,512 112,512 000000000001232f5e15fb25ce419bd2f272b849988a4589f56430fd81af92b9 0.01 MB 23 0
112,511 112,511 0000000000000f6aeb0b5874d1ea8dc1a5b886314e4b1984f90316ecc0c55201 0.01 MB 26 1,181
112,510 112,510 00000000000040eec7cfe120a9410395fdbc1725b77857ea30e0a40990ccb762 0.00 MB 3 2,403
Previous 10 blocks ↓
Total Size: 769.03 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,626.00 GB sent, 93.05 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.