Memory Pool Memory Pool Refreshing

140 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 127 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (443,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
464,548 464,548 00000000000000000156e30135d8e2609215bb3678be8a323d22c7be3e6f7280 1.00 MB 2,723 203
464,547 464,547 000000000000000001bd247c5448ed8e36ce4c83b76600c61cea3ea47c0ccda3 1.00 MB 3,278 286
464,546 464,546 0000000000000000001e2bea57b6aac1b9dbb37b6cbf2e3e0e53dbce12988dad 1.00 MB 2,930 309
464,545 464,545 000000000000000000dcdf70b53364249d9f981e7a1a89c3a766426ed2083f9a 1.00 MB 2,726 213
464,544 464,544 0000000000000000009fe548038adcbc20040116d19a9b984bb45810fdb33bd5 0.43 MB 1,309 227
464,543 464,543 000000000000000001fbe4428073703cf00293caa2d56408f72d709c5032b090 1.00 MB 2,641 127
464,542 464,542 00000000000000000009e016880f0402329201b06d4f43a847085d511b668769 1.00 MB 2,322 178
464,541 464,541 00000000000000000113c86ac0e90a3516f4745ef21f495604bed82e9ce7ac83 1.00 MB 2,672 200
464,540 464,540 000000000000000001fc425b3843667c7aa2acf84f8828933f2c79ccf313f837 1.00 MB 2,378 190
464,539 464,539 000000000000000000fd4e2a94e50a76658a19376b1a63fa4c346eae2c0768b3 1.00 MB 1,735 130
464,538 464,538 000000000000000001bdafa5174a4a0fdf12af089851ab157845c53d750ac11b 1.00 MB 2,853 214
464,537 464,537 0000000000000000008e3b45bbb27ce0f3232bd35666323e6ba40d0312ce33ab 1.00 MB 2,209 173
464,536 464,536 0000000000000000008691ffe35bf0e2a361a302254b7e462c0544c332bdab01 1.00 MB 2,481 182
464,535 464,535 000000000000000001f2792a7994fc85e57011673874c5f19a92d6acccff4988 1.00 MB 1,905 146
464,534 464,534 0000000000000000014d50cbb22f8fedb3adbbfd2c80f7ba29e2958e23e7f0d5 1.00 MB 2,254 176
464,533 464,533 000000000000000001ea9aed62e818194b0cc20885885a99c66d522604042a99 1.00 MB 2,590 214
464,532 464,532 0000000000000000002878da713c18c448d79b719f03cde3099dffbbd2fe8167 1.00 MB 2,333 156
464,531 464,531 0000000000000000001345d64a79f6773fde87b10f75e3887bc63e9f8e6ec6b3 1.00 MB 2,519 204
464,530 464,530 000000000000000001f8b4ced544891efaec01b83476aeaa3db7b733123dc192 1.00 MB 2,467 192
464,529 464,529 00000000000000000171e034a7d55051348fa04dde7be9575bb43395b86cc818 1.00 MB 2,707 255
464,528 464,528 00000000000000000006deb6101dfc17bdbe3227c62020f27bf04167d9b81f88 1.00 MB 1,949 132
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.