Memory Pool Memory Pool Refreshing

2,772 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 2,772 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (747,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,673 160,673 0000000000000a39095853e1c48ef5adb3e5b5cee454f02c5ef057900bf81947 0.09 MB 81 137
160,672 160,672 000000000000002b10f1d9c51ff5d7efb364502defa8295f6d1be2591a223e4e 0.04 MB 111 272
160,671 160,671 00000000000003b358fba30a5d34fd341b72340a1894a9ac4502ef6a0e02b1b8 0.02 MB 51 106
160,670 160,670 0000000000000914e2dfdcd594dd2c2519c320d4044941da35a77ef2aedd50f8 0.03 MB 66 108
160,669 160,669 0000000000000bb59bbb2d793e63f34d5cef582c8f0deeef424f903ce1bfc50b 0.02 MB 21 803
160,668 160,668 0000000000000875c7553864822424c8e20bb91b86b8800c2fe59a172ef8a2b4 0.02 MB 56 282
160,667 160,667 0000000000000e3ea4eaa3601f581584de102fbddbb6a1ff33b5cb674a4cf91d 0.05 MB 133 151
160,666 160,666 00000000000004ee06d0d18bf234a70ad81ceda03ab72cc0c887d16e2f1036ac 0.05 MB 104 50
160,665 160,665 0000000000000620aac091a9267182ceacb6ea9c6889ea26cbe38a7bc41e7058 0.01 MB 18 33
160,664 160,664 00000000000006445f30ce0c35ac15b1d69478fe714e05e3c4600807fac18ce0 0.02 MB 29 69
160,663 160,663 0000000000000a3371ced3e5297b7517c725b41eb04d99240809cecb13626e9a 0.06 MB 69 441
160,662 160,662 00000000000008bc9e1025175815eda875d5ae57ed3a844a7129066770868a39 0.04 MB 59 102
160,661 160,661 00000000000000a307107b6b9670251d55f368c857e476a26927ffbfacb73d93 0.05 MB 56 256
160,660 160,660 000000000000066f6316fe113660ea4bca9ff24c51bb8df0383dfdac8fb48a92 0.00 MB 9 0
160,659 160,659 0000000000000853a9cf797673b630401a77fa3552abcf45cee52144396c153f 0.00 MB 11 47
160,658 160,658 0000000000000111c1f18bdb91b0843007f034b22b88e8db5ba3e258f87a3ae3 0.01 MB 32 22
160,657 160,657 0000000000000712d023c9a10ebfa9e8419774e940bc786d92493932d15047dd 0.07 MB 82 174
160,656 160,656 00000000000007541428a58a5979496fa8c712bae166159ff99dad3099b39853 0.01 MB 16 55
160,655 160,655 0000000000000d1a74b433261d6e406c1405c07dc788bd1de663ec12d1a64b78 0.02 MB 50 156
160,654 160,654 0000000000000996fc8e7094acd0df441203c186c03a72d620997f6a74983b5d 0.03 MB 56 81
160,653 160,653 00000000000008c5ea30fd1ecb1b49913ef174a8db69b24b18fde2533fa7d27a 0.06 MB 76 118
Previous 10 blocks ↓
Total Size: 769.56 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,649.30 GB sent, 95.75 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.