Memory Pool Memory Pool Refreshing

8,947 transactions
4.19 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,017 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (588,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,814 318,814 000000000000000010d8f9b9adc197d1b9a4e4a4327924b49ea2b5b6278ef444 0.25 MB 545 35
318,813 318,813 0000000000000000184b2c6d8672d1b06df5a2db5b0a4119cbe8d67d79bf4c23 0.02 MB 59 37
318,812 318,812 0000000000000000163673b821cdacdc8ceb6ceeb5ef50a0549aedf6da959ab7 0.11 MB 259 30
318,811 318,811 0000000000000000227001dfe86508881747d5ce3088b8f8688755dbd2af54cc 0.14 MB 331 32
318,810 318,810 00000000000000000273220083441f879e0fc09619f9033c8b91013f2bb3ddcc 0.29 MB 571 30
318,809 318,809 0000000000000000229ce536388132f2d9da76802cd0e84976f92902f116f36a 0.26 MB 425 26
318,808 318,808 000000000000000010be3890e34dcb1de96f1d62ef2429add10fbca6b069e311 0.03 MB 60 25
318,807 318,807 000000000000000005acd5aa043c0716e445b6372c90e14e2e76c2e12e629429 0.03 MB 80 29
318,806 318,806 0000000000000000065458a03e298fe998f0dc7cce46021cf30ec6ab374aa7d0 0.44 MB 873 29
318,805 318,805 0000000000000000109f04557cb89b01f88c97d4e0d7c271fbac7b18ca3e02f8 0.01 MB 35 35
318,804 318,804 00000000000000000e335d084d93f9735843045449f6ccc851c9d21733789daf 0.30 MB 552 30
318,803 318,803 000000000000000003991ffb24af38e5c3a4d377608c9b2e86c508f29f0a17a7 0.43 MB 744 28
318,802 318,802 000000000000000000c19249f2e887177484875b22ebcac67531b33426f05e29 0.54 MB 1,122 30
318,801 318,801 0000000000000000064c458d6a57aebafdf8e2ec1de1f8d9f6f2cb2cc894bba0 0.49 MB 514 25
318,800 318,800 00000000000000001b6e25026bc9c2c940f3bd01edc53d3f161019b1036f1ef5 0.41 MB 727 29
318,799 318,799 000000000000000014955ae419765557f563829a3381a5ed7dd2f86b759d4a7d 0.02 MB 47 21
318,798 318,798 000000000000000001e7a060b9e972cb7a579b364b262cc8e1c489f116501511 0.28 MB 586 35
318,797 318,797 000000000000000020c553f95630279aa50d4c6cd9e1b96cc361973e8879143a 0.42 MB 854 31
318,796 318,796 000000000000000023fb8a0a978d135b39ad69b3ae48d9d47ba598b6e6b27874 0.19 MB 361 27
318,795 318,795 000000000000000009c28a194aeb4eab4f32315b8cf6dc92425d193e60ba5d20 0.08 MB 112 25
318,794 318,794 00000000000000000f5ebb1db74cb1732d13ca3e6491a0dda0b3d2f7f69c5e7c 0.09 MB 182 30
Previous 10 blocks ↓
Total Size: 769.03 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,625.59 GB sent, 93.03 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.