Memory Pool Memory Pool Refreshing

5,803 transactions
3.49 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
4 sats/vbyte 3
3 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,719 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (544,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,410 363,410 0000000000000000003af13603ab1dca461f39ac31e02d280b24559567e4f15b 0.14 MB 242 28
363,409 363,409 0000000000000000033a1fa14c10cda003d27239f68a9d0ed18e00b7d41a6733 0.26 MB 572 34
363,408 363,408 00000000000000000761eb4f86313c5bdaef7c9b4ec2880563fe245c029647fc 0.12 MB 219 22
363,407 363,407 000000000000000005d2c614899a785c297b7081361bc8142ccaab769900f95b 0.25 MB 538 33
363,406 363,406 00000000000000000e45032959f16634b03a05efc8672adc1d2ac80fd124913a 0.48 MB 961 33
363,405 363,405 000000000000000013864efc3753a7aa72d3fd7659acb3ff0eae15341c1e7470 0.56 MB 400 10
363,404 363,404 00000000000000001346429939b26c2ac03946d1782ba9e9d48fe515b72698d9 0.75 MB 1,767 39
363,403 363,403 0000000000000000112519394a7c96f817566321971df48b56f60dbef861eb23 0.75 MB 1,309 26
363,402 363,402 0000000000000000135911922164c782de8d5a940e7c59060de9e731762a01d8 0.26 MB 950 67
363,401 363,401 00000000000000000e460f367754ab02aba2b27e434c457c9c7febb2f307121d 0.16 MB 198 52
363,400 363,400 0000000000000000005cc6e7670c89f63676a69125c6317229984fc23ab8fc66 0.30 MB 477 27
363,399 363,399 000000000000000007105017cbfcac9dd667589ea1f30157a844a05e38cd52ab 0.25 MB 208 12
363,398 363,398 0000000000000000068fd665e47113da2c00004f10a400bf9556c51b6df1af52 0.48 MB 905 32
363,397 363,397 000000000000000000cd7f0ac2fc1e9fa1fa0bf5327366387e1ea5bab2772169 0.25 MB 411 23
363,396 363,396 0000000000000000141dccaf26a617ea0033d7dd21e7bd8a0bdea8a8d8b5ced5 0.57 MB 963 10
363,395 363,395 000000000000000001d4789168c8d5a0f0f754e66ddd0138ffcac79624b8494f 0.77 MB 1,443 29
363,394 363,394 000000000000000010ca5d88a28441b98a10a10817de0dc2b13cfe3bfe66159b 0.75 MB 674 11
363,393 363,393 00000000000000000fea7ab91f043bee793a7ca19e6e9546aeb5f3e1b3d0b1e4 0.93 MB 1,870 33
363,392 363,392 000000000000000015605fc3f54d01687fa10f9f02465500bc466ec393576e15 0.75 MB 695 14
363,391 363,391 0000000000000000054c918deb78456d4819b1d1e47e9727d0ee0b72e978c6ec 0.75 MB 2,089 55
363,390 363,390 00000000000000000b86bc379ef1856e0eb60702da815d49ba55083fe8870aa8 0.93 MB 840 7
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.84 GB sent, 93.05 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.