Memory Pool Memory Pool Refreshing

2,393 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/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.71 vMB 2,383 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (49,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,544 858,544 00000000000000000001d65ce3d496545566ba42a6e0a4b3b1cbe85089bcbe4a 1.63 MB 3,731 9
858,543 858,543 00000000000000000001bb93501409202fffab20142f46981cc4014cea807c18 1.52 MB 3,145 16
858,542 858,542 00000000000000000002712dc40fec9a024f60ab6e1c030ba658da927a436cff 1.53 MB 3,435 8
858,541 858,541 000000000000000000015f877f3ba76879cb008a9702a41721b091c9881dc285 1.50 MB 3,384 16
858,540 858,540 00000000000000000002408fb86bfadde82e103b5cd0afd793c0ecb7e72ebe2e 1.59 MB 3,918 9
858,539 858,539 00000000000000000001f7a082ddc74d7a8362ae7bb680a896d0669d26934d23 1.54 MB 2,958 15
858,538 858,538 00000000000000000002d2c3e59dd09ba2e4d45ec6eb8210cfbedddbd67439cb 1.60 MB 3,425 8
858,537 858,537 00000000000000000000bf8d52118579cae6bf10ef9fd30dcdcbc758cf810358 1.51 MB 2,394 8
858,536 858,536 0000000000000000000254af3bdd122597899f5f970fbd142880b76cc18f748c 1.70 MB 3,221 11
858,535 858,535 00000000000000000002f0ce8e67d4a43863ceb94629ba25436be26452ef1650 1.86 MB 2,719 10
858,534 858,534 000000000000000000005903595f565ee6d4fe05bf4921fc733f7e1671dea03f 1.91 MB 3,099 10
858,533 858,533 000000000000000000006c400e580faf67f62486345896ab66b40e5749d82079 1.55 MB 2,030 14
858,532 858,532 00000000000000000000000a46d05b4f134e227d235b081c8606a09be3cdcf40 1.92 MB 4,000 6
858,531 858,531 0000000000000000000058196e3cbe5715780702542c6f745e766043231fab18 1.81 MB 3,512 5
858,530 858,530 000000000000000000021dc3d3bb89f983278158f3540901386e9556f81b0067 1.71 MB 3,993 4
858,529 858,529 000000000000000000016b3a0ee245931c46002319cea095aa51ee8d72a6b5a6 1.80 MB 2,795 5
858,528 858,528 000000000000000000004f7215419b5049521f749c0a6a332da268cfa071f38f 1.71 MB 3,107 12
858,527 858,527 0000000000000000000201d79ca6cebdb41b96cc1c681dbb88305f60bf8f8be6 1.82 MB 3,108 10
858,526 858,526 00000000000000000002e13a0b1542f8a6e87706e7cf54f2d22b653feb5e733e 1.94 MB 2,729 5
858,525 858,525 00000000000000000000c8dd866ba887b1585099db8005745ec137875b9b7723 1.98 MB 3,072 5
858,524 858,524 0000000000000000000285a7a672369aebfab09e8b891a9825c843c071117968 1.84 MB 3,817 8
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,632.00 GB sent, 93.60 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.