Memory Pool Memory Pool Refreshing

8,001 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,649 (57,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,659 849,659 0000000000000000000261072e6b0e03ae0f6492a76122338004cb5e97f5f428 1.47 MB 2,848 16
849,658 849,658 00000000000000000001cf00331aeb09e920e9775f389db598e4231e145cace3 1.58 MB 3,995 13
849,657 849,657 00000000000000000000ae657597eb5355da668b754469491e412c95f0340c1d 1.85 MB 2,083 10
849,656 849,656 00000000000000000001f3d13ce628a1def990a39fcf529d093e7b324c0dfea5 1.83 MB 2,909 16
849,655 849,655 00000000000000000000795e0ccc8a40255b19d84806c30033727ba5a5e8d200 1.73 MB 2,802 15
849,654 849,654 0000000000000000000037da1d2de79a2652d0b6dfd3deef1faf6734f32b9303 1.80 MB 1,973 13
849,653 849,653 000000000000000000035b91ad4d999683bb55e7b7b521a40453fcde17d1c46f 1.62 MB 6,201 9
849,652 849,652 000000000000000000018b555ded97c840c41c9b79c0d9b3aa6b166cc9a69441 1.61 MB 7,817 7
849,651 849,651 000000000000000000007f2bc0e623b126f82afb947d79e2e936841152eeeecd 1.81 MB 2,300 8
849,650 849,650 0000000000000000000248245c3f17829f0e3c89b8f1b01028a4a316e6f19b2b 1.45 MB 2,258 15
849,649 849,649 00000000000000000000ad75ce348bec51ab23eb0f28131fe409740d4ded6a7e 1.77 MB 3,559 8
849,648 849,648 0000000000000000000154a111abf36715437386f0a2a12f52d2374471cb0a04 1.80 MB 2,077 14
849,647 849,647 00000000000000000001d6575a83f9746f69e823d42dc044b2990c88d7744d5c 1.88 MB 2,554 10
849,646 849,646 000000000000000000019c32a504061892482d5b2bf3af1e28128ec50e1815c3 1.86 MB 2,494 11
849,645 849,645 00000000000000000000bc7a0480e65f77a2a8a235c7251aa3c3db9b3200c433 1.87 MB 2,555 10
849,644 849,644 00000000000000000001329a9bb93fcfcc8d38f8d9c59673a3885a2546cafc15 1.76 MB 3,538 11
849,643 849,643 00000000000000000001bde048bd400182d90bb2c8b449e27f2d0d3d87a63123 1.94 MB 1,541 11
849,642 849,642 000000000000000000022d579c5f43eace7948f5e2fd86b34345a0f482268545 1.57 MB 6,692 8
849,641 849,641 00000000000000000002a85bda12e6debef8023cc98e9133f78511bafe0952ac 1.94 MB 1,644 12
849,640 849,640 00000000000000000000051f5a53ed8e6aa17a37af595a05afd6103004af1f05 1.49 MB 4,076 10
849,639 849,639 00000000000000000001e1d531e66451b47abbd21797ec0aee1e3d6fa805679c 1.51 MB 5,340 11
Previous 10 blocks ↓
Total Size: 768.89 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,590.35 GB sent, 92.19 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.