Memory Pool Memory Pool Refreshing

5,323 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,196 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (178,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,941 728,941 000000000000000000075c0bfbc65cdcb71e43f61628ed90da02009d96eae847 1.51 MB 2,593 11
728,940 728,940 00000000000000000001ed8915fe910f17e1acf91d8bd63b43f839b6c08257df 1.44 MB 2,577 8
728,939 728,939 00000000000000000009711d743e92898445f47373890bc0e1affdc87c9f76de 1.38 MB 2,020 8
728,938 728,938 0000000000000000000a24e72d2b9473b512ebb65d3b6deb3dd871c91a216c94 0.01 MB 27 11
728,937 728,937 00000000000000000001c98c474e0d01029e9608974cf5c6674b8a7fcb24135a 0.93 MB 1,253 6
728,936 728,936 00000000000000000006d798387282960c078138c5600f14ed91e7e635210831 1.51 MB 2,636 9
728,935 728,935 000000000000000000017e7f5ee34ee1ce927131e08d555b53a5b305cde12340 1.50 MB 2,788 9
728,934 728,934 00000000000000000004ab040ce31b7cb98f76b380e0302d4287cbe271ac7e3a 1.03 MB 1,756 9
728,933 728,933 000000000000000000086283e13d93b1b42673d25a2e66fa4ab33a2b0fba5546 0.16 MB 368 9
728,932 728,932 00000000000000000003ff06ecd3dd99987058f3b7b55c7a741ae94d5b7d6572 0.83 MB 1,612 11
728,931 728,931 00000000000000000006d40f82782a6cd456ec74f93ba3914d27f507e8050e9e 1.07 MB 1,771 9
728,930 728,930 000000000000000000082fa889441c6884f9fde6993243d466044a082e3fdbe8 0.93 MB 1,802 10
728,929 728,929 00000000000000000000c99d9a5389d87fba099b474ffe47ac4cdb5286928b5a 1.25 MB 2,181 4
728,928 728,928 0000000000000000000a40bd0cc0a79ac21178e7acb4ff801c46b8be4d99311a 1.18 MB 1,095 11
728,927 728,927 000000000000000000017673398cf8e8de5e2ee64e46e8d76ae889086dda89db 1.41 MB 2,582 14
728,926 728,926 00000000000000000004a776dcaf2c1722a63cb956a58a2a4cd2e91a7acc930c 0.87 MB 1,207 4
728,925 728,925 0000000000000000000707cd02c328b795908546ec50eeb55c0da4b5fae7c4c3 1.53 MB 3,053 10
728,924 728,924 000000000000000000018344d918e2bcdc46af5ab4fbdd6c7f1b7e7d1c0b9aa0 1.48 MB 3,270 9
728,923 728,923 00000000000000000002ae3938be0281198761a297805d3ebbf58c1aa0564159 1.43 MB 3,019 11
728,922 728,922 00000000000000000002119f34ed287d091318b745633dc3ff0e5bcb4a15b694 0.71 MB 1,015 9
728,921 728,921 00000000000000000001834659c87f8e496712881bf71a9096e1401cd2d5b3cc 1.09 MB 1,391 11
Previous 10 blocks ↓
Total Size: 769.26 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.21 GB sent, 94.20 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.