Memory Pool Memory Pool Refreshing

44,504 transactions
32.71 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
7 sats/vbyte 2
7 sats/vbyte 3
5 sats/vbyte 6
4 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,062 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,807 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,061 (46,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,840 829,840 00000000000000000003469409b8dcf1cb962ad548e396155d6cd033339be39a 1.39 MB 1,892 25
829,839 829,839 00000000000000000002f20f0bd61358a427b32e133ed8d5c083b0af4bf03bc7 1.78 MB 3,422 15
829,838 829,838 000000000000000000016e242cdee3d9300b4c311ae089109442e26137a781e6 1.68 MB 3,222 29
829,837 829,837 0000000000000000000082cb1c8766c52c1b02d0a51cbcab883cec030031a9cd 1.78 MB 3,197 19
829,836 829,836 00000000000000000002ae60df035d662b4cc2e927a6d88a940cf264c3e25adb 1.58 MB 3,715 36
829,835 829,835 000000000000000000035f228e78939b97c0d0dae07958e51a8f735b794b0a6d 1.75 MB 2,688 18
829,834 829,834 00000000000000000003737c09834c34779ab8353d2802b1726bbf92e6a4187f 1.80 MB 3,554 17
829,833 829,833 00000000000000000002237a1aa31b928a7f89211c9e82c9e539405eb7f6d224 1.88 MB 3,661 15
829,832 829,832 00000000000000000000956e8b14383d75dc47aa86b7c745e8074ffd801f88af 1.62 MB 2,664 27
829,831 829,831 000000000000000000031895d8101046803363852d84c9fcf3c10c18baa06978 2.23 MB 3,829 16
829,830 829,830 000000000000000000001d009527deada865fbf9751609d7419aa8564f0b1eb9 1.95 MB 1,462 17
829,829 829,829 00000000000000000003a3b72ea88be42356514ebd74a7c2a80a539a71befd42 1.83 MB 611 17
829,828 829,828 000000000000000000001b770eb2d1a54be1b5a1b5270921b361bc72b59591e2 1.45 MB 1,165 21
829,827 829,827 00000000000000000003775d97ec610e54b8b201b5feff6db72ff9d7754beac2 1.87 MB 114 15
829,826 829,826 0000000000000000000380f62b7ee0b43ebd0e2e3389fdcd782ebd5b3fcb0513 1.65 MB 1,307 20
829,825 829,825 00000000000000000002db1605171cc371564792013fcb1898bbce8a4fa5d5e2 1.67 MB 1,278 19
829,824 829,824 00000000000000000001c720d7375d41a0839da2e8209d270e68794df61b65a1 1.95 MB 2,017 21
829,823 829,823 00000000000000000000c6cd552536b518f42a959a0576c19fad4421ae858ed2 1.45 MB 2,223 26
829,822 829,822 00000000000000000003237d04ad2415292d0fe61e5d367b72fd07b3172e1199 2.59 MB 690 17
829,821 829,821 0000000000000000000227e6c2da74b6ef93fc7743a5878fc6e07c8b7f887ee4 2.11 MB 703 15
829,820 829,820 00000000000000000000b7f267dd8f7a867287fb0c07e164187cf585c5639d02 1.67 MB 3,301 18
Previous 10 blocks ↓
Total Size: 710.61 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: 682.30 GB sent, 15.88 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.