Memory Pool Memory Pool Refreshing

389 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 343 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (746,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,839 160,839 00000000000008acb092719ae1a8f1f1a722c619b8c4855425f193c8446c352a 0.01 MB 21 256
160,838 160,838 0000000000000393bbe8e3f9fa90f3f8cba20b186b97abba51d0a92f902c1e2b 0.00 MB 13 12
160,837 160,837 00000000000004e96c28cb56d292d9ead7358d98c1f07965a326ef7be7319cd4 0.01 MB 27 101
160,836 160,836 0000000000000e398d0f5a383a1605a5f6b9e4faa4f8bb370700052538e49b0f 0.01 MB 28 257
160,835 160,835 000000000000035ca7003c0f89c2632fc7973f86a896d945e7e014b7d0e47a38 0.00 MB 2 0
160,834 160,834 0000000000000b19db0539d5bbb039ebcbda4abf18b4400b01e39f1c410aeb4f 0.03 MB 63 610
160,833 160,833 0000000000000658941972dff34921c436a95eb32403fffeaf8145ecb4bef539 0.02 MB 27 309
160,832 160,832 0000000000000bb507a1534d029abee77ff898f8f64f3345fedec9f0c4925687 0.03 MB 56 100
160,831 160,831 0000000000000c79054dd7ba836863f434e0a08d1a004093e79253bc768e3db0 0.00 MB 1 0
160,830 160,830 00000000000006488127fac5bc0b43dbdeb38e2a954239449f71438d53e8e126 0.00 MB 7 836
160,829 160,829 0000000000000710a8907097f44a484f9a1e821cd5c660cd4642cdb9f505b63d 0.01 MB 19 170
160,828 160,828 00000000000007f65edca99ef9fe13cf192b77f1228df5a685dac5c76b0b3ad8 0.03 MB 68 68
160,827 160,827 0000000000000619178ea1f178ee84de793c08cac0ea3fce41404b84c362a693 0.02 MB 29 219
160,826 160,826 0000000000000daab37fa5262eb33707b0596e396afcd463a982c69212baca57 0.00 MB 8 70
160,825 160,825 00000000000002343aa86ea113ca94419cecae9249de64e99c43245885a4bd93 0.01 MB 20 205
160,824 160,824 000000000000093ee7f709d4bcd89a2b46f0fa911c7c19691001b78be328b564 0.00 MB 9 34
160,823 160,823 00000000000002955c94fa0a1507a3f2bd240694515dc754a87c33574c83bfd0 0.01 MB 18 209
160,822 160,822 0000000000000b31ce216cc2c82656cb8c2840ad1ce2e7c81ed8bee8aa76a702 0.02 MB 43 36
160,821 160,821 000000000000009ec1429f4005834487ebf05021b50f442a04791aa61a491048 0.03 MB 45 12
160,820 160,820 0000000000000d3678a56f6cc1c5a560f359e468db906564c659349794366d16 0.04 MB 23 923
160,819 160,819 00000000000001f2097c4d469ad11d336e96af18deb6eb1688f8b684b5d15343 0.04 MB 28 493
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.